Skip to main content
Glama

coderide

by PixdataOrg

start_project

Retrieve project details and the first task's prompt using a unique three-letter project identifier to begin work or understand the starting point.

Instructions

Retrieves the project details and the prompt for the very first task of a specified project using the project's unique slug (e.g., 'CRD'). This is useful for initiating work on a new project or understanding its starting point.

Input Schema

NameRequiredDescriptionDefault
slugYesThe unique three-letter uppercase identifier for the project (e.g., 'CRD') for which the first task's prompt is to be retrieved.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "slug": { "description": "The unique three-letter uppercase identifier for the project (e.g., 'CRD') for which the first task's prompt is to be retrieved.", "pattern": "^[A-Z]{3}$", "type": "string" } }, "required": [ "slug" ], "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