Skip to main content
Glama

Treasure Data MCP Server

by knishioka

td_get_workflow

Retrieve workflow details using a numeric ID to access project information, execution history, and console URLs for Treasure Data workflows.

Instructions

Get workflow details using numeric ID - essential for console URLs.

Direct workflow lookup when you have the ID. Handles large workflow IDs that exceed pagination limits. Returns project info and execution history. Common scenarios: - Extracting ID from console URL (../workflows/12345678/info) - Looking up workflow from error logs containing ID - Getting project context for a known workflow ID - Checking execution status by workflow ID Returns workflow name, project details, schedule, and recent runs. Includes console URL for quick browser access.

Input Schema

NameRequiredDescriptionDefault
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "workflow_id": { "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_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/knishioka/td-mcp-server'

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