Skip to main content
Glama

Keyword rankings

get_keyword_rankings
Read-only

Keyword positions and KPIs for one project: visibility, traffic estimate, top-3/top-10 counts, and per-keyword detail.

Per-keyword detail includes position, change, best URL, intent, volume, and Keyword Score. Works for web, local and YouTube projects (tracking type is detected automatically). project_id is a ranking id from list_projects. Filter with query, order with sort (position/change/volume/traffic), cap with limit (max 50). Free — calling it never consumes lookups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoposition
limitNo
queryNo
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kpisYes
totalYes
projectYes
verdictYes
keywordsYes
truncatedYes
tracking_noteYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark it read-only and non-open-world. The description adds valuable behavioral context beyond annotations: calling it never consumes lookups, tracking type is detected automatically, and it returns visibility, traffic estimates, and top-N counts. No contradictions with 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?

Two dense, front-loaded paragraphs with no filler. The first sentence gives the high-level summary, and the second paragraph packs all parameter and behavior guidance efficiently. Every sentence contributes.

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?

Given the moderate complexity, existing output schema, and read-only annotations, the description is complete: it covers scope, supported project types, parameter usage, output contents, and cost behavior. Nothing essential for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the parameter-documentation burden. It explains project_id provenance ('a ranking id from list_projects'), that query filters, that sort orders by position/change/volume/traffic, and that limit caps at 50. It doesn't deeply define each sort option's semantics, but all four parameters receive meaningful guidance.

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 first sentence clearly identifies the resource and scope: 'Keyword positions and KPIs for one project' with an explicit list of included KPIs. The per-keyword detail description (position, change, best URL, intent, volume, Keyword Score) makes it easy to distinguish this from sibling tools like get_ranking_alerts or get_ai_visibility.

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 strong when-to-use guidance: project_id comes from list_projects, it works for web/local/YouTube projects with automatic tracking-type detection, and it is free, never consuming lookups. It doesn't explicitly name alternative tools or state when not to use it, but the context is clear enough for an agent to select it appropriately.

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.

TDQS

A3.7/5.0
Disambiguation3/5

Most tools are distinct get_* analytics, but several overlap in purpose: get_ai_visibility vs get_share_of_voice are easy to confuse, and get_project_overview/get_content_action_plan/get_audit_summary all offer prioritized fixes. Descriptions help, but an agent could easily misselect for a generic 'what should I fix?' query.

Naming Consistency5/5

All names follow a consistent snake_case verb_noun pattern (add_, get_, generate_, list_, analyze_, research_), and the get_* prefix dominates read operations. Even win_prompt is a verb_noun and fits the style.

Tool Count2/5

27 tools is past the 25+ threshold and creates a heavy selection surface for an agent. While the SEO/AI-visibility domain is broad, many tools return overlapping 'health/fix/visibility' data and the set would benefit from consolidation.

Completeness3/5

Core workflows (projects, keywords, content briefs, audits, backlinks, AI visibility) are covered, but lifecycle gaps exist: keywords and AI prompts can be added but not removed, there is no list-AI-prompts tool, and no project creation/update is exposed. These are workable but notable missing operations.

Resources