Skip to main content
Glama

Search Parse AI visibility data

parse_search
Read-only

Find brands, organic AI prompts, and market niches for marketer research. Use this first when the user names a brand, category, or AI visibility question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
typesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / types / items / enum
      Previous value: -[
      -  "brands",
      -  "prompts",
      -  "niches",
      -  "sources"
      -]New value: +[
      +  "brands",
      +  "prompts",
      +  "niches"
      +]
  2. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds the scope of the search (brands, prompts, niches) but does not disclose behavioral traits like return format, pagination, or rate limits. Given annotations, it provides some additional context but not rich behavioral detail.

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?

Two sentences, each serving a purpose: the first states the tool's purpose, the second gives usage guidance. No fluff, and the key 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?

For a tool with 3 parameters and no output schema, the description should explain what the tool returns and how to use the parameters. It only gives high-level purpose and usage, missing parameter semantics and return format, which is insufficient for correct invocation.

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 must compensate. It does not explain the query or limit parameters, and only vaguely hints at the types values by listing them in the description without mapping to the parameter name. An agent cannot infer how to construct a correct request.

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 tool finds brands, organic AI prompts, and market niches, giving a specific verb and resource. It also indicates it's for marketer research, and the phrase 'use this first' suggests it's the entry point, though it does not explicitly differentiate from the sibling 'search' tool.

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?

It explicitly says 'Use this first when the user names a brand, category, or AI visibility question,' providing clear context for when to use it. However, it does not mention when not to use it or name alternative tools, so it 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.

Resources