Skip to main content
Glama
purahmanian

junglescout-mcp

by purahmanian

keyword_search_volume

Read-only

Retrieve exact and broad monthly search volumes for Amazon keywords to refine your listing strategy.

Instructions

Look up exact-match and broad-match search volume for one or more Amazon keywords.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsYesKeywords to look up exact and broad monthly search volume for. Each keyword is queried individually (up to 10 per call are processed). Example: ["yoga mat", "resistance bands"]
marketplaceNoAmazon marketplace code. Defaults to 'us'.us
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a safe read operation. The description adds value by specifying exact-match and broad-match volume, and the schema description notes that up to 10 keywords per call are processed. No contradictions.

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 that is both concise and front-loaded with the purpose. Every word contributes meaning with no redundancy. It is appropriately sized for the tool's simplicity.

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?

For a simple lookup tool with complete annotations and schema coverage, the description adequately covers what the tool does, what it returns (exact and broad volume), and the input constraints (keywords, marketplace). No output schema is needed as the return values are implied.

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 burden on the description is low. The description only says 'one or more Amazon keywords,' while the schema already explains each parameter in detail (e.g., keyword array with examples, marketplace enum). The description adds minimal extra meaning beyond the schema.

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's purpose: looking up exact-match and broad-match search volume for Amazon keywords. The verb 'look up' and the resource 'search volume' are specific, and the tool is distinct from siblings like keywords_by_asin and sales_estimates.

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 provides no explicit guidance on when to use this tool versus alternatives. Siblings are listed but not compared. The description mentions match types but does not address when not to use or prerequisites. Basic context is implied but lacks exclusionary criteria.

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/purahmanian/junglescout-mcp'

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