Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_GENERATIVE_AI_API_KEY | Yes | Required for AI summarization features |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_file | - |
| write_file | - |
| list_directory | - |
| search_files | - |
| fetch_url | - |
| scrape_html | - |
| git_status | - |
| git_log | - |
| git_diff | - |
| system_info | - |
| get_time | - |
| summarize | - |
| list_prompts | List all available prompt templates, optionally filtered by category |
| search_prompts | Search for prompt templates by query string |
| get_prompt | Get a prompt template by ID with its parameters and examples |
| render_prompt | Render a prompt template with the given parameters |
| validate_prompt | Validate parameters against a prompt template without rendering |
| get_prompt_categories | Get all available prompt categories |
| execute_workflow | Execute a workflow by ID with optional variables |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| prompts | |
| skills | |
| workflows | |
| server-info |