Skip to main content
Glama

List what the history index covers

aggregator_capabilities
Read-onlyIdempotent

Query the aggregator cache to see which sources are present, their freshness, and entry counts. Provides a read-only inventory with cache path and schema version.

Instructions

Read-only inventory of the aggregator cache.

Returns: {ok: True, sources: [...], freshness: {...}, counts: {...}, cache_path, schema_version, tool_tier: 'read-only', help: str}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description reinforces this with 'Read-only inventory' and adds valuable return context (sources, freshness, counts, cache_path, schema_version, help) without contradicting annotations.

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?

The description is compact with a clear first line and a concise return signature block. Every element earns its place, with no filler or redundancy.

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

Completeness4/5

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

For a zero-parameter read-only inventory tool with annotations and an output schema, the description covers purpose and output shape well. It could briefly mention relationships to sibling tools, but this is a minor gap.

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

Parameters4/5

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

The tool has no parameters, so schema coverage is complete and there is nothing additional to document. The description adds meaning via the return object shape, which is especially helpful for understanding the tool's output.

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?

Description states 'Read-only inventory of the aggregator cache' and the title specifies 'List what the history index covers.' It clearly differentiates from sibling ingest/search tools by focusing on capabilities and coverage.

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 use for inspecting cache contents and freshness, but does not explicitly state when to use this tool versus aggregator_ingest or aggregator_search_memory. No exclusions or alternative guidance is given.

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/jonathanmoregard/aggregator'

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