Skip to main content
Glama

x402-keywords

x402-keywords: Extract keywords from text. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNoN to process
termNoTerm to process
textNoText to process
inputNoInput to process
limitNoLimit to process
keywordNoKeyword to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / text
      Added value: +{
      +  "description": "Text to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, and it only discloses a pricing/trial detail ('5 free trial calls per signed wallet'), which does hint at wallet signing/auth. It says nothing about output shape, input limits, failure modes, or how it differs from the similar sibling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short, front-loaded lines with no wasted wording; the purpose comes first and the trial note second. The promotional emoji is minor noise but not padding.

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?

With no annotations, no output schema, six undifferentiated string parameters, and no required-parameter signal, an agent has almost no basis for calling this correctly. The description should at minimum identify the text parameter and any count/limit semantics.

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 nominally 100%, so the baseline is 3. In practice the descriptions ('N to process', 'Term to process', 'Input to process') are near-placeholder text, and the tool description adds nothing to clarify which of the six string parameters is the actual input or what 'n'/'limit' mean.

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 gives a specific verb+resource ('Extract keywords from text'), which is clear on its own. However, it does nothing to distinguish itself from the near-identical sibling x402-keyword-extract (nor from keyword-density or word-frequency), which is exactly where an agent in this 1000-tool namespace needs help.

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?

There is no when-to-use guidance and no mention of alternatives, even though x402-keyword-extract appears to cover the same task. The only extra sentence concerns free trial calls, which is billing context rather than invocation guidance.

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