Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

detect_existing_patterns

Analyze a codebase to identify development patterns and conventions in naming, structure, imports, testing, and styling for improved code quality and consistency.

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