get-issues
Retrieve and list all available projects in an Autodesk Construction Cloud account using the Model Context Protocol. Designed for fine-grained access control via Secure Service Accounts.
Instructions
List all available projects in an Autodesk Construction Cloud account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"projectId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}