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 |
Capabilities
Server capabilities have not been inspected yet.
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. SkillsWhen a user's task matches a skill description below: 1) activate it, 2) follow its instructions completely. <available_skills> </available_skills> |
| skill-resource | Read files referenced by skill instructions (scripts, snippets, templates). Use when skill instructions mention specific files to read or copy. Pass a directory path (e.g., 'templates') to read all files in that directory at once. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |