Skip to main content
Glama

CastPlan MCP

by Ghostseller

update_document_lifecycle

Update and manage document lifecycle states (e.g., draft, review, approved) in CastPlan MCP. Includes optional review scheduling and comments for improved workflow tracking.

Instructions

Update the lifecycle state of a document with optional review scheduling

Input Schema

NameRequiredDescriptionDefault
documentIdYesUUID of the document
newStateYesNew lifecycle state
reviewCommentNoOptional review comment
scheduledReviewNoISO datetime for scheduled review

Input Schema (JSON Schema)

{ "properties": { "documentId": { "description": "UUID of the document", "type": "string" }, "newState": { "description": "New lifecycle state", "enum": [ "draft", "review", "approved", "published", "outdated", "archived" ], "type": "string" }, "reviewComment": { "description": "Optional review comment", "type": "string" }, "scheduledReview": { "description": "ISO datetime for scheduled review", "type": "string" } }, "required": [ "documentId", "newState" ], "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/Ghostseller/CastPlan_mcp'

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