mcp-server-cappt
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAPPT_TOKEN | Yes | Your Cappt API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_presentationC | Generate presentation based on the outline generated by |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generate_outline | Generate a standard outline based on user input. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so no ambiguity among tools. However, the tool description references a missing `generate_outline` tool, which could cause confusion about server capabilities.
Single tool, so no naming inconsistencies. The name `generate_presentation` follows a clear verb_noun pattern.
A single tool is insufficient for a presentation generation server, especially when it depends on a missing `generate_outline` tool.
The server lacks the required `generate_outline` tool that is referenced in the only tool's description, making the tool surface severely incomplete.