Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKILLS_DIR | No | Path to the directory containing Agent Skills |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skill | Load a skill's full instructions. Returns the complete SKILL.md content with step-by-step guidance, examples, and file references to follow. |
| skill-resource | Read files referenced by skill instructions (scripts, snippets, templates). Use when skill instructions mention specific files to read or copy. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |