andy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_customizationsA | List all customization files (rules and skills) in the workspace and global directories. Args: workspace_path: Optional custom path to the workspace root. Default is CWD. |
| read_customizationA | Read the contents of a rule or skill file. Args: type: The customization type - either 'rule' or 'skill'. name: For 'rule', name is ignored or set to 'AGENTS.md'/.cursorrules. For 'skill', it's the skill folder name. workspace_path: Optional path to the workspace root. is_global: Set to True to read from global config, False to read from workspace. |
| write_proposalA | Write a learning_proposal.md file to the workspace root for user review. Args: content: The full markdown content of the proposal. workspace_path: Optional path to the workspace root. |
| apply_customizationA | Save the rules or skills customizations. Always ensure you have written a proposal and obtained user confirmation before calling this tool. Args: type: The customization type - either 'rule' or 'skill'. name: The name of the skill (required for skills). For rules, this can be empty or 'cursor'. content: The complete text content to write to the file. workspace_path: Optional path to the workspace root. is_global: Set to True to save globally, False to save to workspace. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| learn | Guides the agent through analyzing the chat history, drafting a proposal, and applying new rules/skills. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| read_workspace_rules | Read the active workspace rules (.cursorrules and .agents/AGENTS.md). |
| read_global_rules | Read the global rules (~/.gemini/config/AGENTS.md). |
| list_workspace_skills | List all workspace-specific skills and their summaries. |
| list_global_skills | List all global skills and their summaries. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timtty-sinch/andy_learn_tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server