Skip to main content
Glama

x402-regex-test

x402-regex-test: Regex match test + replacement

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText to process
flagsNoFlags to process
inputNoInput to process
regexNoRegex to process
patternNoPattern to process
modifiersNoModifiers to process
replacementNoReplacement to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

D1.3/5.0
Behavior1/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. Beyond the vague phrase 'match test + replacement', it does not state what the tool returns, whether it modifies input, what side effects occur, or how parameters interact. This is a critical omission for a tool with no structured safety metadata.

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

Conciseness2/5

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

The description is brief, but this is under-specification rather than conciseness. The single phrase 'Regex match test + replacement' provides no actionable detail and does not earn its place; it is merely a compressed version of the tool name.

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

Completeness1/5

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

Given the tool's complexity (7 parameters, no annotations, no output schema), the description is grossly incomplete. There is no elaboration on required inputs, parameter combinations, or expected behavior. The agent has essentially no information to invoke this tool correctly.

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

Parameters1/5

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

The input schema lists 7 parameters with descriptions that are tautological placeholders like 'Text to process' and 'Flags to process' — they only repeat the parameter name without adding meaning. The tool description adds no parameter information at all. The agent cannot determine whether 'regex' and 'pattern' are synonyms, or how 'flags' differs from 'modifiers', making correct invocation impossible.

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

Purpose2/5

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

The description 'Regex match test + replacement' is a terse noun phrase that restates the name with minimal added meaning. It vaguely hints at the tool's domain but does not specify a clear verb-resource relationship (e.g., does it test a regex against text, or perform a replacement?), and it fails to distinguish itself from siblings like x402-regex-explain or x402-escape-regex.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of use cases, exclusions, or sibling tools such as x402-ai-regex or x402-regex-explain, leaving the agent without any routing information.

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