Skip to main content
Glama

Ressl AI MCP Server

exact_word_search

Find exact word matches in files to locate specific terms with precision. Search for complete words only, not partial matches, and get results with line numbers and positions.

Instructions

Search for an exact word match within a specified file. Only matches complete words, not partial matches.

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to search in
wordYesExact word to search for in the file
caseSensitiveNoWhether the search should be case sensitive

Input Schema (JSON Schema)

{ "properties": { "caseSensitive": { "default": false, "description": "Whether the search should be case sensitive", "type": "boolean" }, "filePath": { "description": "Path to the file to search in", "type": "string" }, "word": { "description": "Exact word to search for in the file", "type": "string" } }, "required": [ "filePath", "word" ], "type": "object" }

Other Tools from Ressl AI MCP Server

Related Tools

    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/Vaishnavi-Raykar/mcp-server'

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