Skip to main content
Glama

X-Forwarded-For comma count, value discarded

xff-count

X-Forwarded-For comma count, value discarded

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/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. 'Value discarded' is a useful disclosure that no data is retained, but it says nothing about output shape, error behavior, whether the count is returned as a number, or how validation failures are reported, which is thin for a zero-annotation tool.

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

Conciseness3/5

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

It is a single economical clause with no filler, which is good. The cost is under-specification rather than verbosity, and the one substantive fact ('value discarded') is placed after the operation, giving it a cryptic rather than explanatory tone.

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?

For a tool exposing nine unrelated optional parameters with no output schema and no annotations, two fragments are not enough context. An agent cannot determine which parameter to populate, whether any is required, or what a successful response contains.

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

Parameters2/5

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

Schema coverage is 100%, so the per-property descriptions do the documenting and a baseline of 3 would normally apply. The description still fails to map its stated subject (an X-Forwarded-For header) onto any of the nine parameters (ref, url, city, feed, host, json, path, zone, query), leaving the caller unable to tell which argument is being counted.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The phrase 'X-Forwarded-For comma count' does name a specific operation and resource, and 'value discarded' signals a non-mutating shape check, which distinguishes it in spirit from siblings like hn-front-count or search-query-len. However, it never explains how the XFF string is supplied, and none of the nine schema properties corresponds to an X-Forwarded-For header, so the agent cannot connect the stated purpose to an actual invocation.

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 explicit when-to-use or when-not-to-use guidance, and no sibling alternative is named even though the family contains several near-identical counting tools (hn-front-count, memory-key-count, search-query-len). Usage can only be guessed from the name, which is exactly the ambiguity the description should have removed.

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.