Skip to main content
Glama
Sukarth

Coding Agent MCP Server

by Sukarth

find_and_replace

Find and replace text across multiple files using regex and glob patterns. Supports case sensitivity, recursive search, and dry-run preview.

Instructions

Find and replace text across multiple files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findPatternYesPattern to find (supports regex)
replaceWithYesText to replace with
directoryNoDirectory to search in.
filePatternNoFile pattern to include (glob)*
excludePatternNoFile pattern to exclude (glob)
recursiveNoSearch recursively
caseSensitiveNoCase sensitive search
dryRunNoPreview changes without applying them
maxFilesNoMaximum number of files to process
Behavior2/5

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

No annotations provided, so description must carry full burden. It fails to disclose that dryRun defaults to true, that regex is supported, or that files are modified permanently. Missing critical behavior like whether it shows a diff or asks for confirmation.

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?

A single sentence is concise, but the description could benefit from slightly more structure (e.g., bullet points for key features) without adding verbosity.

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?

Given 9 parameters, no output schema, and no annotations, the description is too minimal. It doesn't explain the return value, default behavior (dryRun=true), or potential destructiveness. Incomplete for a tool of this complexity.

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 100%, so the description adds minimal value beyond 'across multiple files.' Baseline of 3 is appropriate as description doesn't enhance understanding of parameters.

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 'Find and replace text across multiple files,' which is a specific verb+resource and distinguishes it from siblings like search_text (find only) and edit_file (single file).

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 vs alternatives (e.g., edit_file for single file, search_text for read-only). The description lacks context for when not to use it or prerequisites.

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/Sukarth/coding-agent-mcp'

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