Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

detect_existing_patterns

Analyze codebase directories to identify naming, structure, imports, testing, and styling patterns for maintaining consistency and improving code quality.

Instructions

Analyze existing codebase to detect patterns and conventions

Input Schema

NameRequiredDescriptionDefault
directoryYesDirectory to analyze
patternTypesNoTypes of patterns to detect

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Directory to analyze", "type": "string" }, "patternTypes": { "description": "Types of patterns to detect", "items": { "enum": [ "naming", "structure", "imports", "testing", "styling" ], "type": "string" }, "type": "array" } }, "required": [ "directory" ], "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/bswa006/mcp-context-manager'

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