Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROMPTS_QUERY | No | Optional query string to filter prompts (e.g., users=a,b&categories=c,d&tags=e,f) | |
| PROMPTS_API_KEY | No | Optional API key for authenticated requests |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_prompts | Search for AI prompts by keyword. Returns matching prompts with title, description, content, author, category, and tags. |
| get_prompt | Get a prompt by ID. If the prompt contains template variables (like ${variable} or ${variable:default}), you may need to provide values for them. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |