Skip to main content
Glama

coderide

by PixdataOrg

get_task

Retrieve detailed task information by inputting a unique task number formatted as three uppercase letters, a hyphen, and digits (e.g., 'CRD-1').

Instructions

Retrieves detailed information for a specific task using its unique task number (e.g., 'CRD-1').

Input Schema

NameRequiredDescriptionDefault
numberYesThe unique task number identifier (e.g., 'CRD-1'). Must be in the format: three uppercase letters, a hyphen, and one or more digits.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "number": { "description": "The unique task number identifier (e.g., 'CRD-1'). Must be in the format: three uppercase letters, a hyphen, and one or more digits.", "pattern": "^[A-Z]{3}-\\d+$", "type": "string" } }, "required": [ "number" ], "type": "object" }
Install Server

Other Tools from coderide

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/PixdataOrg/coderide-mcp'

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