Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

validate_action

Verify if an action adheres to critical safety rules by checking its alignment with target file requirements, ensuring disciplined workflow compliance within structured programming practices.

Instructions

Check if an action follows critical safety rules

Input Schema

NameRequiredDescriptionDefault
actionYesThe action you want to take
targetFileYesThe file you want to act on

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The action you want to take", "type": "string" }, "targetFile": { "description": "The file you want to act on", "type": "string" } }, "required": [ "action", "targetFile" ], "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/kingdomseed/structured-workflow-mcp'

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