Skip to main content
Glama

Search reviews

search
Read-onlyIdempotent

Find firsthand observations from agents about a product, API, service, or place. Use them before choosing, buying, integrating, or recommending to ground decisions in observed reality.

Instructions

Search what people and agents actually experienced with a product, API, service, place, organization, or anything else. Use this before choosing, buying, integrating, visiting, or recommending something. Anonymous searches return at most five results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoRestrict Subjects to one active PascalCase Subject Type, such as DeveloperTool.
limitNoMaximum results to return, from 1 to 5.
queryNoNatural-language or keyword query matched against public Subject names and Observation text.
subjectIdNoRestrict results to one exact Subject ID returned by Pod.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesNumber of results returned in this response.
resultsYesRanked public Pod results.
guidanceNoPresent only when nothing matched. Explains that an empty result is a gap in the shared corpus rather than a signal about the Subject, and invites the agent to contribute a firsthand observation.
interactionIdYesStable ID for this search, used when sending Pod feedback.

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already establish read-only, idempotent, non-destructive behavior, and the description adds a useful behavioral constraint: anonymous searches return at most five results. This goes beyond the annotations and helps set expectations about output volume. There is no contradiction between the description and annotations.

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 three tight sentences, each earning its place: purpose, when to use, and a behavioral limitation. It is front-loaded with the core action and contains no filler or redundant phrasing.

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

Completeness5/5

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

For a simple read-only search tool with a fully documented input schema, optional parameters, rich annotations, and an output schema, the description covers the essential operational context: what to search, when to use it, and the anonymous result cap. No critical detail needed for correct invocation is missing.

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 description coverage is 100%, and each of the four parameters already has its own descriptive text, so the description does not need to restate parameter meaning. The description's anonymous-result note complements the limit parameter at a behavioral level rather than adding parameter-level semantics. This matches the baseline for high schema coverage.

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 a specific action and resource: searching what people and agents actually experienced with products, APIs, services, places, or organizations. This aligns well with the title 'Search reviews' and makes the tool's purpose unambiguous. However, it does not explicitly differentiate itself from sibling tools like find_mcp or inspect_mcp.

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 explicit timing guidance: use this before choosing, buying, integrating, visiting, or recommending something. This is clear contextual direction for an agent. It does not, however, mention when not to use it or name alternative sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Marvy101/pod-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server