backlog_get_project
Retrieve project details using the Backlog API by specifying a project ID or key. Facilitates project management within the Backlog MCP Server.
Instructions
Performs an project get using the Backlog Project get API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectIdOrKey | Yes | Project ID or Project Key |
Input Schema (JSON Schema)
{
"properties": {
"projectIdOrKey": {
"description": "Project ID or Project Key",
"type": "string"
}
},
"required": [
"projectIdOrKey"
],
"type": "object"
}