Skip to main content
Glama

x402-pos-tag

Pos Tag: Part-of-speech tagging for English text. Provide text; returns word tags using a lightweight heuristic tagger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText to process
inputNoInput to process
labelNoLabel to process
labelsNoLabels to process
contentNoContent 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

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does add genuine behavioral context by disclosing that tagging uses a 'lightweight heuristic tagger' (implying reduced accuracy vs. a model-based tagger), which is real signal. However, it says nothing about error behavior, determinism, or which of the five optional input fields is honored.

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 sentences, front-loaded with the purpose before the mechanics. Efficient, though the trailing 'Provide text' clause is filler rather than earned content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no annotations, so the description must carry everything; it partially does by describing the return ('word tags'). The unresolved five-alias parameter ambiguity and absence of any tagset/format detail leave real gaps for an agent trying to call it correctly.

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 coverage is nominally 100%, so baseline 3 applies. The description names 'text' as the input, but the schema also exposes four near-duplicate aliases (input, label, labels, content) whose own descriptions are vacuous placeholders ('Input to process'). The description does not resolve that ambiguity, so it adds only marginal value over the schema.

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?

States a specific verb+resource: part-of-speech tagging for English text, with the output shape ('word tags') named. It is distinguishable from most siblings, though it does not explicitly contrast with near-neighbors like x402-tokenize, x402-lemmatize, or x402-stem.

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?

Only guidance is 'Provide text', which is a restatement of the obvious input rather than a when-to-use rule. No mention of when POS tagging is preferable to tokenize/ner-extract/lemmatize, and no exclusions or scope limits (e.g. English-only caveat is stated as a fact, not as a selection criterion).

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