Skip to main content
Glama
Im-Hal-9K

Capacities-MCP-Plus

capacities_read_object_content

Read-only

Retrieve full content from Capacities knowledge objects using object IDs or search terms to access stored information.

Instructions

Retrieve the full content of a Capacities object by its ID. Optionally provide a title or search term to improve results. This tries undocumented endpoints first, then falls back to search API aggregation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectIdYesThe UUID of the object to retrieve. You can get this from 'Copy object reference' in Capacities.
spaceIdYesThe UUID of the space containing the object
titleNoOptional: The title or partial title of the object to search for. This improves search results.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a safe read operation with potential for unknown endpoints. The description adds valuable context beyond this: it discloses the fallback behavior to search API aggregation and mentions undocumented endpoints, which helps the agent understand reliability and performance implications. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and includes two additional sentences that add context without unnecessary detail. It's appropriately sized, though the second sentence could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read operation with annotations covering safety and open-world hints, and no output schema, the description provides adequate context on behavior (fallback mechanism) but lacks details on return values or error handling. It's complete enough for basic use but has gaps in output expectations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all parameters. The description adds minimal semantics by noting that the title parameter 'improves search results,' but this is redundant with the schema's description. Baseline 3 is appropriate as the schema carries the burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Retrieve') and resource ('full content of a Capacities object by its ID'), making the purpose specific. However, it doesn't explicitly distinguish this tool from sibling tools like 'capacities_search', which might also retrieve content, though the focus on a specific object ID provides some implicit differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by mentioning that it 'tries undocumented endpoints first, then falls back to search API aggregation,' which suggests a fallback mechanism but doesn't explicitly state when to use this tool versus alternatives like 'capacities_search'. No clear exclusions or prerequisites are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Im-Hal-9K/capacities-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server