Skip to main content
Glama

SYMBaiEX Evidence MCP

evidence_search

Read-onlyIdempotent

Search normalized current public evidence documents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false, and closed-world scope, so the safety profile is fully covered. The description does add useful scoping context beyond the annotations — results are limited to 'current' (not historical) and 'public' documents — which is meaningful given siblings like evidence_version_claims. It still says nothing about result volume or pagination beyond the limit param.

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?

A single short sentence with no filler and no redundancy, which is well front-loaded. The problem is under-specification rather than verbosity, so it cannot score 5 — the sentence is efficient but does too little work for a search entry point.

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

Completeness2/5

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

With no output schema, the description should at least hint at the shape of results, and with 0% parameter coverage it should explain the required query. Neither is present, and the crowded sibling namespace demands differentiation that is absent. For a primary search entry point this is under-described.

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

Parameters2/5

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

Schema description coverage is 0%, so the description carries the full burden for explaining 'query' and 'limit' — and it mentions neither. It does not state what query syntax is accepted (keyword, boolean, natural language), nor what limit bounds mean in practice, leaving both parameters semantically bare.

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

Purpose4/5

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

The description gives a specific verb (Search) and a reasonably specific resource (normalized current public evidence documents), which is clearer than a bare 'search'. However, it does nothing to distinguish this tool from its three obvious siblings — evidence_semantic_search, evidence_universal_search, and evidence_search_entities — so an agent cannot tell from the text alone which search variant applies.

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

Usage Guidelines2/5

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

There is no when-to-use guidance at all, and critically no routing between this and the other search siblings (semantic, universal, entities). The agent must infer the use case entirely from the name, which is risky given four overlapping search tools in the same family.

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.

Resources