Skip to main content
Glama

APS MCP Server

by petrbroz

get-issue-comments

Retrieve comments linked to a specific issue in Autodesk Construction Cloud by specifying the project and issue IDs using the APS MCP Server's Node.js implementation.

Instructions

Retrieves a list of comments associated with an issue in Autodesk Construction Cloud.

Input Schema

NameRequiredDescriptionDefault
issueIdYes
projectIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueId": { "minLength": 1, "type": "string" }, "projectId": { "minLength": 1, "type": "string" } }, "required": [ "projectId", "issueId" ], "type": "object" }

You must be authenticated.

Other Tools from APS MCP Server

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/petrbroz/aps-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server