Skip to main content
Glama

Get keywords

get_keywords
Read-onlyIdempotent

List Search Console queries for a website over the last 28 days with clicks, impressions, CTR and average position, plus the tracked keywords with their latest ranking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of queries (default 50).
site_idYesThe site id, as returned by list_sites.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description does not contradict them. It adds value by disclosing the fixed 28-day window and the fact that both search queries and tracked keyword rankings are returned, which is behavioral context beyond the structured fields.

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 well-structured sentence that front-loads the core action and resource, then packs the return fields without redundancy. Every phrase earns its place.

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?

With no output schema, the description adequately conveys what the tool returns: queries with metrics plus tracked keyword rankings. It does not mention sort order or pagination behavior, but the limit parameter and simple read-only nature keep these gaps minor.

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%, so the schema already fully documents the site_id and limit parameters. The description adds no parameter-level detail beyond what the schema 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('List') and names a precise resource ('Search Console queries for a website over the last 28 days') along with the data fields returned. It also mentions the tracked-keyword component, which distinguishes it from sibling metrics/pages/competitors tools.

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 clearly states the context of use: retrieving Search Console query performance for a website with a fixed 28-day window. It doesn't name explicit alternatives or exclusions, but the resource and timeframe make the intended use reasonably unambiguous.

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