Skip to main content
Glama

BotLens AI Gateway

Search content

search
Read-onlyIdempotent

Search this site's content. Returns matching documents (id, title, url); pass an id to fetch for the full text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive behavior. The description adds useful behavior beyond annotations: it returns only matching document summaries, not full text, and points to fetch for the complete content. This is helpful but does not cover pagination or result limits.

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 a single, tight sentence with no filler. It front-loads the core purpose and immediately provides actionable return and follow-up information.

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?

Given the simple one-parameter schema, rich annotations, and presence of an output schema, the description is nearly complete. The main gap is the unaddressed overlap with the sibling tool search_articles, which could leave an agent uncertain which search tool to pick.

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

Parameters3/5

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

Schema coverage is 100% and the single parameter is documented as 'Search query.' The description adds no additional meaning beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 clearly states the verb and resource: searching the site's content, and explains the return shape (id, title, url) plus the follow-up to fetch. It distinguishes itself from fetch but does not explicitly differentiate from the sibling search_articles, which is a notable overlap.

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 gives clear context: use this to search site content and then pass an id to fetch for full text. It does not explicitly mention when not to use search_articles or other siblings, so the guidance is clear but lacks exclusions.

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

A3.8/5.0
Disambiguation3/5

Each tool has a clear primary role, but search and search_articles overlap for keyword queries, and fetch and get_article both retrieve full text by different identifiers. Descriptions help distinguish them, but an agent could still select the wrong tool without careful attention.

Naming Consistency3/5

Most tools use verb-led names like fetch, get_article, list_recent_articles, and search, but popular_content breaks the pattern as a noun phrase. The pairings of fetch/get_article and search/search_articles also create inconsistent specificity across similar operations.

Tool Count5/5

Six tools is a well-scoped set for a content retrieval gateway, covering discovery and retrieval without padding. Each tool earns its place and supports a coherent read-only workflow.

Completeness4/5

The surface covers searching, browsing recent and popular content, and fetching full text through two paths. Minor gaps remain, such as no direct URL-based fetch and no explicit way to get full text from search_articles results without extracting a slug, but agents can work around these.

Resources