Skip to main content
Glama

Moatless MCP Server

by TwT23333

find_function

Locate function definitions by name using advanced semantic search; optionally filter results by file pattern to streamline code navigation and analysis.

Instructions

Find function definitions by name

Input Schema

NameRequiredDescriptionDefault
file_patternNoOptional file pattern to limit search
function_nameYesName of the function to find

Input Schema (JSON Schema)

{ "properties": { "file_pattern": { "description": "Optional file pattern to limit search", "type": "string" }, "function_name": { "description": "Name of the function to find", "type": "string" } }, "required": [ "function_name" ], "type": "object" }
Install Server

Other Tools from Moatless 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/TwT23333/mcp'

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