Skip to main content
Glama

Get Keywords

get_keywords
Read-onlyIdempotent

Get keywords with volume, trend direction, and hashtags

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax keywords to return (default 20)
trendNoFilter by trend direction

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsYesKeywords and hashtags for the workspace

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and idempotentHint=true, indicating safe, idempotent reads. The description adds that results include volume, trend direction, and hashtags, but does not disclose any additional behavioral traits beyond what annotations imply.

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?

Single sentence, no redundant words. Every element (action, resource, included data) is front-loaded. Efficiently communicates the core purpose.

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?

Given the tool's simplicity (2 optional params, output schema present, strong annotations), the description is largely complete. It covers the return data shape and basic filtering. Minor gap: no explanation of default behavior when no trend filter is applied.

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?

All parameters have descriptions in the schema (100% coverage). The description repeats 'trend direction' which matches the 'trend' parameter, but adds no semantic nuance beyond the schema. Baseline 3 is appropriate.

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 action 'Get' and the resource 'keywords', listing the data returned (volume, trend direction, hashtags). It distinguishes from sibling tools by specifying the resource, though it could more explicitly contrast with tools like get_trending_topics.

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 on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or context-specific usage. The agent must infer usage from the name alone.

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.