Skip to main content
Glama

Search the report archive

search_reports

Keyword search across recent daily reports (signal titles, details, types, metrics). Returns matching signals grouped by date. Plain keyword scan — no LLM in the loop, results are verbatim from the archive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many recent reports to scan (default 14)
queryYesKeyword or phrase, e.g. 'eclipse', 'block time', 'namespace'

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It goes beyond generic phrasing by stating this is a 'plain keyword scan' with 'no LLM in the loop' and that results are 'verbatim from the archive.' It also discloses return grouping by date. It omits details like case sensitivity or no-match behavior, but the key behavioral traits are covered.

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 two sentences, front-loaded with the core action and scope, followed by an essential behavioral caveat about the no-LLM verbatim nature. Every sentence provides value without redundancy or excess length.

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 simple search tool with two well-documented parameters and no output schema, the description adequately covers the search scope, the return grouping, and the verbatim/no-LLM behavior. It lacks a few operational details (e.g., case sensitivity, handling of no matches) but is sufficient for correct tool selection and invocation.

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 schema already documents both parameters with 100% coverage, so the description's contribution is inherently supplementary. It adds meaningful context by specifying which fields the query searches (signal titles, details, types, metrics), which is not present in the schema. This enhances parameter understanding beyond the schema alone.

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 a specific verb ('search') tied to a clear resource ('recent daily reports') and enumerates searchable fields (signal titles, details, types, metrics). This distinguishes it from sibling retrieval tools like get_report or list_reports by emphasizing keyword search and grouped-by-date results.

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

Usage Guidelines4/5

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

The description clearly implies when to use the tool: when performing a keyword or phrase search across recent report content. It does not explicitly name alternatives or state when not to use it, but the 'keyword search' framing and scope ('recent daily reports') provide strong contextual guidance.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of Celestia data: daily briefs, metric history, namespace details, network state, full reports, signals, top entities, trends, listing, and search. There is minimal overlap, and descriptions clarify the differences.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case (e.g., get_daily_brief, list_reports, search_reports). No mixing of conventions.

Tool Count5/5

11 tools is well-scoped for a blockchain intelligence server, covering current state, historical data, lists, and search without being overwhelming or too sparse.

Completeness5/5

The tool surface provides comprehensive coverage for querying Celestia network status, historical metrics, anomalies, top namespaces/validators, and report retrieval. No obvious gaps for the stated purpose of intelligence gathering.