Skip to main content
Glama
GlobalMatchHub

SearchLink Lite

Find opportunities

find_opportunities
Read-only

Identify SEO opportunities by surfacing high-impression, low-click queries, pages ranking #8-20, and pages losing clicks to improve search performance.

Instructions

Queries with many impressions but few clicks (fix title/description), queries ranking #8-20 (close to the top), and pages losing clicks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLength of the period in days (compared with the period right before it).
siteYesYour site, e.g. "example.com". Use list_sites to see options.
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the read-only nature is covered. The description adds context on the kind of opportunities returned, which is useful, but it does not disclose behaviors like pagination, data freshness, or how results are structured.

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?

The description is a single sentence that efficiently packs the key criteria into a concise list. It is front-loaded and contains no filler, though it could be split for readability.

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?

There is no output schema, and the description does not explain the format of the returned opportunities or how the agent should act on them. It also lacks any usage context, such as whether results are aggregated or time-series. This makes the description inadequate for an agent to fully understand the tool's behavior.

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 67% (site and days have descriptions, limit does not). The description does not mention any parameters or how they influence the results, so it adds no value beyond the schema. Baseline for this coverage level is 3.

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 identifies opportunities: queries with high impressions but low clicks, queries ranking #8-20, and pages losing clicks. This is specific and distinguishes it from raw data tools like search_performance, though it does not explicitly name sibling alternatives.

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?

No guidance is provided on when to use this tool over alternatives such as search_performance or site_overview. The description only lists the types of opportunities, leaving the agent to infer when this tool is the right choice.

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