Skip to main content
Glama

Kratos-MCP

by FoggyStorm

prompt_build

Create structured prompts for AI by defining roles, goals, scope, references, and verification criteria using Kratos-MCP's memory system for efficient coding assistance.

Instructions

Build a structured prompt using best practices

Input Schema

NameRequiredDescriptionDefault
filesNoRelevant files
goalYesTask goal
memory_refsNoMemory references to include
planNoExecution plan
roleNoAI role/persona
scopeNoTask scope
verifyNoVerification criteria

Input Schema (JSON Schema)

{ "properties": { "files": { "description": "Relevant files", "items": { "type": "string" }, "type": "array" }, "goal": { "description": "Task goal", "type": "string" }, "memory_refs": { "description": "Memory references to include", "items": { "type": "string" }, "type": "array" }, "plan": { "description": "Execution plan", "type": "string" }, "role": { "description": "AI role/persona", "type": "string" }, "scope": { "description": "Task scope", "type": "string" }, "verify": { "description": "Verification criteria", "type": "string" } }, "required": [ "goal" ], "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/FoggyStorm/kratos-mcp'

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