Skip to main content
Glama

Unstructured API MCP Server

Official

delete_workflow

Remove a specific workflow by its ID using the Unstructured API MCP Server. This action permanently deletes the workflow and returns a response confirming the deletion.

Instructions

Delete a specific workflow.

Args: workflow_id: ID of the workflow to delete Returns: String containing the response from the workflow deletion

Input Schema

NameRequiredDescriptionDefault
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "workflow_id": { "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "delete_workflowArguments", "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/Unstructured-IO/UNS-MCP'

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