Skip to main content
Glama

Kratos-MCP

by FoggyStorm

prd_update

Modify PRD sections by updating content for specific features. Simplifies documentation management within the Kratos-MCP server, ensuring accurate and up-to-date project requirements.

Instructions

Update PRD content

Input Schema

NameRequiredDescriptionDefault
contentYesUpdated content
featureYesFeature name
sectionNoPRD section to update

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Updated content", "type": "string" }, "feature": { "description": "Feature name", "type": "string" }, "section": { "description": "PRD section to update", "type": "string" } }, "required": [ "feature", "content" ], "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