Skip to main content
Glama

Search the Avva expert catalog

search
Read-onlyIdempotent

Find published experts by domain, decision types, or wording. Returns result ids for fetch. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat kind of judgment you are looking for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds the important behavioral detail that the tool returns result ids (not full entity details), which shapes caller expectations. It restates 'Read-only,' matching the annotations without contradiction.

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?

The description is three concise sentences with no filler. The 'Read-only.' fragment duplicates the annotation, a minor redundancy, but the rest is tightly packed and front-loaded with the core purpose.

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 single-parameter search tool with an output schema, the description covers the purpose, query semantics, and the relationship to the fetch sibling. It does not detail result limits or pagination, but those are less critical given the simplicity and the presence of an output schema.

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 coverage for the single 'query' parameter is 100%, but the description enriches it by specifying the kinds of accepted queries: domain, decision types, or wording. This gives the agent better guidance on what to put in the query than the schema's generic description 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 clear verb and resource: 'Find published experts' in the Avva expert catalog. It also distinguishes the tool from its sibling by stating it returns result ids for fetch, making the tool's scope unmistakable.

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 implies the intended workflow: search to find result ids, then fetch to retrieve full details. While it does not explicitly say 'use this when you need to locate experts' or exclude fetch, the phrase 'Returns result ids for fetch' provides clear 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.4/5.0
Disambiguation5/5

fetch and search have clearly distinct roles: one locates expert IDs by query and the other retrieves a single full card by ID. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names are single lowercase verbs describing the core action, making the naming simple and predictable. The pattern is consistent across the small surface.

Tool Count4/5

Only two tools is slightly below the typical 3-15 range, but for a read-only catalog the search-then-fetch pair is tightly scoped and neither tool feels redundant.

Completeness5/5

For this read-only catalog, the surface is complete: search covers discovery and fetch covers retrieval of the full expert record. There are no obvious dead ends or missing lifecycle operations.

Resources