get_skill
Retrieve a skill's full SKILL.md and optional local reference files after listing skills. Get the complete public instructions for one skill with progressive disclosure.
Instructions
Return one skill's SKILL.md and optional named reference files.
Use this after list_skills when you need the full public instructions for a single skill. Pass references only for Markdown files that live in that skill folder (progressive-disclosure contracts).
Rejects unknown skill ids and any path that leaves the skill directory. This is documentation retrieval, not a live ads API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | Yes | Skill folder name under skills/, for example meta-insights or adsagent-router. | |
| references | No | Optional skill-local .md filenames to include with SKILL.md, such as query-contract.md. Paths must stay inside that skill folder. |