Skip to main content
Glama

MCP-Creator-MCP

get_ai_guidance

Obtain structured guidance for MCP server development, including best practices, security, performance, and typing, tailored to specific server types. Delivers deterministic recommendations and code patterns.

Instructions

Get structured guidance for MCP server development. IMPORTANT NOTES: - AI sampling (ctx.sample) is NOT currently supported in Claude Desktop - Use modern typing: dict, list, str | None instead of Dict, List, Optional - Always implement proper process cleanup and signal handling - Follow MCP SDK patterns for tools, resources, and prompts This tool provides structured, deterministic guidance instead of AI-generated content. For dynamic AI assistance, use Claude Desktop's built-in capabilities directly. Args: topic: Topic to get guidance on (best_practices, security, performance, typing, etc.) server_type: Type of server for contextualized advice Returns: Structured guidance and recommendations with working code patterns

Input Schema

NameRequiredDescriptionDefault
server_typeNogeneral
topicYes

Input Schema (JSON Schema)

{ "properties": { "server_type": { "default": "general", "title": "Server Type", "type": "string" }, "topic": { "title": "Topic", "type": "string" } }, "required": [ "topic" ], "title": "get_ai_guidanceArguments", "type": "object" }
Install Server

Other Tools from MCP-Creator-MCP

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/angrysky56/mcp-creator-mcp'

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