Skip to main content
Glama
avansaber

SEOMonster

by avansaber

gsc_new_queries

Read-onlyIdempotent

Find search queries with impressions in a current period but not in a previous period, to spot emerging topics or pages beginning to rank.

Instructions

Queries that have impressions in the current window but had no impressions in the prior comparison window. Useful for spotting emerging topics or pages that just started ranking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoCurrent window in days. Defaults to 7.
limitNoDefaults to 50.
site_urlNo
prior_daysNoPrior window in days. Defaults to 28 (so 7 vs 28 catches genuinely new entries).
impressions_minNoMinimum impressions in the current window to include. Defaults to 5.
Behavior4/5

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

Annotations already declare read-only and idempotent behavior. The description adds the key behavior of comparing two windows and filtering for zero prior impressions, which is beyond 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 a single sentence followed by a use-case statement, with no redundancy or filler. It is front-loaded and efficient.

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?

The description omits what the output contains (e.g., query strings, metrics like impressions/clicks). Since there is no output schema, the description should provide this context to help the agent use the results.

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 80%, so the schema itself explains most parameters. The description does not add additional meaning beyond what's in the schema, so baseline 3 is appropriate.

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?

The description clearly states the tool returns queries with impressions in the current window but none in the prior window, which is a specific verb+resource. It distinguishes from sibling tools like gsc_top_queries by focusing on new queries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions utility for spotting emerging topics, which implies when to use. However, it lacks explicit exclusions or comparison to alternatives like gsc_compare_periods or gsc_query_opportunities.

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/avansaber/seo-monster'

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