Skip to main content
Glama

emberverse

search_corpus

Search Emberverse pieces by structural pattern, not just keywords. Describe what you're trying to understand in plain language — the mechanism, the dynamic, the feeling of the problem — and the search finds pieces whose kernels instantiate the same structure, even if they share no vocabulary with your query. A query like 'two processes that keep drifting back into sync' will surface pieces about entrainment, phase-locking, and mutual constraint that a keyword search would miss entirely. Use consult() instead if you want synthesized insights rather than a candidate list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10, max 30)
queryYesDescribe what you're looking for — a mechanism, dynamic, or structural pattern — in plain language

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It does explain the core behavior well (structural matching regardless of vocabulary, returns a candidate list rather than synthesis), but it omits return format, pagination, and limit semantics, which are behavioral traits an agent would benefit from.

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?

Front-loaded with the core purpose, then elaborates with an example and an explicit alternative-tool pointer. Slightly long, but every sentence adds routing or interpretation value, so the length is mostly earned.

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 two-parameter search tool with no output schema and no annotations, the description covers purpose, query semantics, and result type (candidate list vs synthesized insight) well. The main gap is the absence of any detail on result format or limit behavior, though the 'candidate list' framing partly compensates.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds real interpretive value for the query parameter by showing what a valid query looks like ('two processes that keep drifting back into sync') and clarifying it should describe a mechanism, dynamic, or feeling rather than keywords.

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?

States a specific verb+resource (search the Emberverse corpus) and immediately distinguishes itself from keyword search by naming the actual matching mechanism (structural/kernel instantiation). The concrete example makes the capability unambiguous and clearly separates it from conventional lexical search.

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?

It names the sibling alternative explicitly ('Use consult() instead if you want synthesized insights rather than a candidate list') and gives the condition that selects it. It also implicitly defines when to use this tool: when you want a candidate list described in plain language rather than keyword matching.

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.