Skip to main content
Glama

add_regex

Add a PCRE2 regex to a service to filter traffic by direction (client to server, server to client, or both). Includes case sensitivity and activation settings.

Instructions

Add a PCRE2 regex to a service.

regex is plain text (the client base64-encodes for the wire). mode: 'C' = client→server only, 'S' = server→client only, 'B' = both.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYes
regexYes
modeYes
is_case_sensitiveYes
activeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 burden. It discloses that regex is base64-encoded and explains mode values, but omits behavioral traits like idempotency, side effects, or whether it replaces an existing regex.

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

Conciseness5/5

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

The description is three sentences, front-loaded with the primary action, and every line serves a purpose (purpose, wire format, mode meanings). No redundant text.

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?

Although an output schema exists, the description does not cover key aspects: what constitutes a valid service_id, default for is_case_sensitive, or the effect of the active parameter. This leaves gaps for correct invocation.

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?

With 0% schema description coverage, the description adds value by explaining 'regex' (plain text, base64) and 'mode' (enum meanings). However, it fails to describe service_id, is_case_sensitive, or active, which are only partly self-explanatory.

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

Purpose5/5

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

The description clearly states the tool's purpose: 'Add a PCRE2 regex to a service.' It uses a specific verb-resource pair and differentiates from sibling tools like delete_regex and disable_regex.

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 on when to use this tool versus alternatives (e.g., enabling/disabling regex). The description assumes the agent knows when to add a regex, lacking explicit context or exclusions.

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/umbra2728/firegex-mcp'

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