Skip to main content
Glama

Get Akashic Capsule (full body by id)

get_capsule
Fetch a single capsule by UUID with full body (title, summary, key_points, cautions, source_claim_ids, metadata).
Use after a compact search_akashic call to drill into one capsule without re-searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capsule_idYesCapsule UUID from a search_akashic result. Example: '00000000-0000-0000-0000-000000000301'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description must fully disclose behavior. It states the operation is a fetch (non-mutating) and lists the returned fields, but does not mention error behavior for invalid IDs. Given the simplicity of a read-only fetch, the transparency is strong but not exhaustive.

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

Conciseness5/5

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

Two sentences, each serving a distinct purpose: what the tool does and when to use it. No padding or redundant information.

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

Completeness5/5

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

The tool has one parameter and an output schema, so the description need not explain return shape in detail. The description covers purpose, usage context, and content, making it complete.

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?

The input schema fully documents the single parameter capsule_id, including its source (from search_akashic) and an example. The description does not need to add parameter details; baseline 3 for 100% schema coverage.

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

Purpose5/5

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

The description uses the verb 'Fetch' and identifies the resource as 'a single capsule by UUID', then enumerates the body fields. This clearly differentiates from sibling search_akashic (compact search) and search_and_read_top.

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

Usage Guidelines5/5

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

The second sentence explicitly instructs to use this tool after a search_akashic call, stating the goal is to drill into one capsule without re-searching. This names the sibling tool and defines the sequencing, giving clear when-to-use context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.