document_text
Extracted text of an archived agenda, packet or minutes (free). Bounded by max_chars; the full text is at /api/documents/{id}/text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| document_id | Yes |
Extracted text of an archived agenda, packet or minutes (free). Bounded by max_chars; the full text is at /api/documents/{id}/text.
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| document_id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry behavioral disclosure. It does disclose that output is bounded by max_chars and that the full text is available elsewhere, which is useful. It does not mention error behavior, response format beyond 'text', or what happens when max_chars is exceeded.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with the core purpose front-loaded and no fluff. The phrase '(free)' is slightly ambiguous and adds limited value, but overall the description is compact and readable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter retrieval tool with no output schema, the description covers the essential behavior: returns extracted text, bounded by max_chars, with the full text available elsewhere. It leaves minor gaps around exact truncation and error cases, but is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It references max_chars as a bound and document_id via the /api/documents/{id}/text endpoint, giving partial meaning. However, it does not explicitly explain that document_id selects which document or define max_chars precisely.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource: extracted text of archived agenda, packet, or minutes. It conveys a retrieval action even without an explicit verb, and the scope distinguishes it from broader search/meeting tools in the sibling list.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: when a bounded portion of extracted text is sufficient, with the full text available at a direct API endpoint. However, it does not explicitly name alternatives or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.