Skip to main content
Glama

coderide

by PixdataOrg

get_prompt

Retrieve detailed task instructions or prompts using a unique task identifier (e.g., 'CRD-1') to clarify requirements for AI agents on the coderide MCP server.

Instructions

Retrieves the specific instructions or prompt for a given task, identified by its unique task number (e.g., 'CRD-1'). This is typically used to understand the detailed requirements or context for an AI agent to work on the task.

Input Schema

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

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "number": { "description": "The unique identifier for the task (e.g., 'CRD-1'). Must follow 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