What problem does it solve? Working in ServiceNow through MCP tools requires knowing the deployment's capabilities, encoded-query syntax, and how to recover from common errors; this Skill establishes that foundation before the first tool call so sessions don't fail on missing packages, read-only modes, or malformed queries. ## Core Features & Use Cases - Capability Probing: Detects read-only mode and installed tool packages via connection_info, with fallbacks to generic table tools when packages are absent. - Encoded-Query Guidance: Teaches ServiceNow encoded-query syntax (operators, dot-walking, relative-date helpers, full-text search) for query_records calls. - Attachments & Error Playbook: Covers listing, downloading, and uploading record attachments, plus a symptom-to-fix table for 401s, ACL-denied 403s, missing scoped APIs, and sys_id resolution. - Use Case: A user asks to list their team's open P1 incidents; the Skill first checks the deployment mode, then builds priority=1^active=true^assignment_group.nameLIKEservice desk and resolves any errors using the playbook. ## Quick Start Ask the assistant to show your open incidents in ServiceNow and it will load this Skill to probe the connection and run the right query.