Skip to main content
Glama

Moatless MCP Server

by TwT23333

find_class

Locate class definitions by name within codebases using semantic search. Specify a class name and optional file pattern to narrow results on the Moatless MCP Server.

Instructions

Find class definitions by name

Input Schema

NameRequiredDescriptionDefault
class_nameYesName of the class to find
file_patternNoOptional file pattern to limit search

Input Schema (JSON Schema)

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

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