Skip to main content
Glama

Prefect MCP Server

delete_block_document

Remove a block document from Prefect workflows by specifying its unique identifier to manage storage and resource allocation.

Instructions

Delete a block document by ID.

Args: block_document_id: The block document UUID

Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
block_document_idYes

Input Schema (JSON Schema)

{ "properties": { "block_document_id": { "title": "Block Document Id", "type": "string" } }, "required": [ "block_document_id" ], "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/allen-munsch/mcp-prefect'

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