Skip to main content
Glama
hlteoh37

mcp-devutils

by hlteoh37

regex_test

Test a regex pattern against a string to check matches and validate patterns. Specify flags for custom search behavior.

Instructions

Test a regex pattern against a string

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to test against
flagsNoRegex flags (e.g. 'gi' for global case-insensitive)
patternYesRegular expression pattern
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only says 'test' without explaining the return format (e.g., boolean, match details), error behavior for invalid regex, or how flags affect execution. This is a significant transparency gap for a testing utility.

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?

The description is a single sentence with no redundant words, making it highly concise and front-loaded. However, it is so brief that it under-specifies behavior, which is penalized in other dimensions.

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?

Despite having three parameters and no output schema, the description fails to clarify what the tool returns or how results are structured. For an AI agent to correctly use the result of 'regex_test', this is a critical omission, making the description inadequate for full operational understanding.

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 baseline is 3. The description adds no additional meaning beyond the schema; it does not elaborate on parameter relationships, expected formats, or edge cases.

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 uses a specific verb 'test' and identifies the resource ('regex pattern against a string'). It clearly states the core action and is distinct from siblings like regex_replace, though it does not explicitly differentiate or name alternatives.

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?

No guidance is provided on when to use this tool vs alternatives such as regex_replace or other string utilities. The description only states what the tool does, leaving the agent without context for selection decisions.

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/hlteoh37/mcp-devutils'

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