Capacities MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAPACITIES_API_KEY | Yes | Your Capacities API key from https://capacities.io/ |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| capacities_list_spacesB | Get a list of all personal spaces in Capacities |
| capacities_get_space_infoA | Get detailed information about a specific Capacities space including structures and collections |
| capacities_searchA | Search for content across Capacities spaces with optional filtering |
| capacities_save_weblinkA | Save a web link to a Capacities space with optional title and tags |
| capacities_save_to_daily_noteB | Add markdown text to today's daily note in a Capacities space |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| capacities-daily-summary | Create a structured daily summary for your Capacities daily note |
| capacities-research-note | Format research findings for saving to Capacities |
| capacities-meeting-notes | Structure meeting notes for Capacities daily note |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: get_space_info retrieves metadata about a specific space, list_spaces enumerates all spaces, save_to_daily_note adds content to a daily note, save_weblink stores web links, and search performs content searches. There is no overlap or ambiguity in their functions, making it easy for an agent to select the right tool.
All tool names follow a consistent 'capacities_verb_noun' pattern, using snake_case throughout. This predictability aids in understanding and usage, with no deviations in naming conventions across the set.
With 5 tools, the server is well-scoped for its purpose of interacting with Capacities spaces. Each tool serves a specific and necessary function, such as listing spaces, retrieving info, saving content, and searching, without being overly sparse or bloated.
The tool set covers key operations for managing Capacities spaces, including listing, retrieving info, saving notes and links, and searching. A minor gap exists in lacking update or delete operations for saved content, but agents can work around this for most workflows.