Skip to main content
Glama

DeltaTask MCP Server

by brysontang

get_task_by_id

Retrieve detailed information about a specific task using its unique ID within the DeltaTask MCP Server. Ideal for task tracking and management in locally-hosted systems.

Instructions

Get details for a specific task by ID.

Input Schema

NameRequiredDescriptionDefault
task_idYes

Input Schema (JSON Schema)

{ "properties": { "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "title": "get_task_by_idArguments", "type": "object" }

You must be authenticated.

Other Tools from DeltaTask MCP Server

Related Tools

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/brysontang/DeltaTask'

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