Skip to main content
Glama

Treasure Data MCP Server

by knishioka

td_list_projects

List workflow projects to discover data pipelines, scheduled jobs, and processing workflows. Shows project names and IDs for navigation or detailed exploration with verbose mode.

Instructions

List workflow projects to find data pipelines and scheduled jobs.

Shows all workflow projects containing Digdag workflows, SQL queries, and Python scripts. Returns names/IDs for navigation or verbose=True for details. Common scenarios: - Discover available data processing workflows - Find specific project by browsing names - Get project IDs for detailed exploration - Audit workflow projects in the account - List user projects (exclude system with include_system=False) Projects contain .dig files defining scheduled data pipelines.

Input Schema

NameRequiredDescriptionDefault
all_resultsNo
include_systemNo
limitNo
offsetNo
verboseNo

Input Schema (JSON Schema)

{ "properties": { "all_results": { "default": false, "title": "All Results", "type": "boolean" }, "include_system": { "default": false, "title": "Include System", "type": "boolean" }, "limit": { "default": 30, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "verbose": { "default": false, "title": "Verbose", "type": "boolean" } }, "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