get_project
Retrieve detailed information for a specific project by providing its unique project ID using the Basecamp MCP Server. Streamline project management through API integration with Basecamp 3.
Instructions
Get details for a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "The project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}