Skip to main content
Glama

AIeph

aieph_search

Look up the shared programming knowledge cache for error meanings, library usage, and how-tos. Do not send user code, files, or chat history—general questions only. Privacy: queries are PII-masked and logged anonymously. Details: aieph.dev/privacy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
sessionNo
languageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and does disclose non-obvious traits: queries are PII-masked, logged anonymously, and there is a content-submission restriction with a privacy-policy link. It stops short of describing return format, caching behavior, or any auth/rate-limit details.

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?

Three short sentences: purpose first, then the submission constraint, then privacy. Nothing is redundant and the most decision-relevant information is front-loaded.

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?

Three parameters with zero schema documentation and no output schema means the definition should explain query/session/language but does not. For a tool an agent must parameterize correctly, the description is incomplete on the invocation side even though its usage and privacy framing are strong.

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 coverage is 0% and the description never mentions the query, session, or language parameters. The ambiguity of 'session' (is it optional context or a cache key?) and 'language' (programming language vs. natural language) is left entirely unresolved, so the description fails to compensate for the coverage gap.

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 ('look up') and resource ('shared programming knowledge cache') and enumerates the scope of queries it accepts: error meanings, library usage, and how-tos. An agent can immediately tell this is a read-only, question-answering lookup rather than a code or data operation.

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?

Gives explicit content guidance — general questions only, do not send user code, files, or chat history — which is the key gating condition for correct use. It does not name alternatives or exclusions by tool, but there are no sibling tools, so this is close to complete for the available context.

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