Skip to main content
Glama

Treasure Data MCP Server

by knishioka

td_list_sessions

Monitor recent workflow executions to check status and identify failures. Shows scheduled runs with execution details, filterable by workflow ID for targeted analysis.

Instructions

List recent workflow executions to monitor status and find failures.

Shows recent scheduled runs (sessions) with their execution status. Filter by workflow ID to see history of a specific workflow, or leave empty for all. Common scenarios: - Check which workflows ran recently and their status - Find failed executions that need investigation - Monitor execution patterns for a specific workflow - Get session IDs for detailed analysis Returns list with workflow names, execution times, and success/failure status.

Input Schema

NameRequiredDescriptionDefault
countNo
workflow_idNo

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 20, "title": "Count", "type": "integer" }, "workflow_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "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