Skip to main content
Glama
LumabyteCo

Clarifyprompt-MCP

register_platform

Register custom AI platforms for prompt optimization by providing category, instructions, and syntax hints to integrate with existing prompt transformation workflows.

Instructions

Register a new custom AI platform for prompt optimization. The platform must belong to an existing category. Use instructions or instructions_file to provide detailed guidance on how prompts should be optimized for this platform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUnique platform ID (lowercase, alphanumeric with hyphens, e.g. 'my-llm')
categoryYesCategory this platform belongs to
labelYesHuman-readable platform name (e.g. 'My Custom LLM')
descriptionYesShort description of the platform
syntax_hintsNoPlatform-specific syntax hints (e.g. ['system prompts', 'JSON mode'])
instructionsNoInline instructions for prompt optimization on this platform
instructions_fileNoPath to a .md file with detailed instructions (relative to config dir's instructions/ folder, or absolute)

Latest Blog Posts

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/LumabyteCo/clarifyprompt-mcp'

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