Skip to main content
Glama

coderide

by PixdataOrg

get_project

Retrieve detailed project information by providing its unique three-letter uppercase identifier (e.g., 'CRD') within the coderide MCP server.

Instructions

Retrieves detailed information about a specific project using its unique 'slug' (three uppercase letters, e.g., 'CRD').

Input Schema

NameRequiredDescriptionDefault
slugYesThe unique three-letter uppercase identifier for the project (e.g., 'CRD').

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "slug": { "description": "The unique three-letter uppercase identifier for the project (e.g., 'CRD').", "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