Skip to main content
Glama
cappt-team

mcp-server-cappt

Official
by cappt-team

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAPPT_TOKENYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_presentationC

Generate presentation based on the outline generated by generate_outline

Prompts

Interactive templates invoked by user choice

NameDescription
generate_outlineGenerate a standard outline based on user input.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 1 tool

Disambiguation4/5

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.

Naming Consistency5/5

Single tool, so no naming inconsistencies. The name `generate_presentation` follows a clear verb_noun pattern.

Tool Count1/5

A single tool is insufficient for a presentation generation server, especially when it depends on a missing `generate_outline` tool.

Completeness1/5

The server lacks the required `generate_outline` tool that is referenced in the only tool's description, making the tool surface severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues