Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROMPTZ_API_KEY | Yes | Your API key from promptz.dev | |
| PROMPTZ_API_URL | Yes | Your API URL from promptz.dev |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_prompts | List available prompts from promptz.dev |
| get_prompt | Get a specific prompt by ID or name |
| list_rules | List available project rules from promptz.dev |
| get_rule | Get a specific project rule by name |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |