Skip to main content
Glama

aps_submittals_request

Access Autodesk Construction Cloud submittals API endpoints directly for advanced operations like pagination, POST/PATCH requests, or accessing metadata and settings not available through simplified tools.

Instructions

Call any ACC Submittals API endpoint. This is the raw / power‑user tool – it returns the full JSON response. Prefer the simplified tools (aps_list_submittal_items, aps_list_submittal_packages, etc.) for everyday use. Use this tool when you need full control: pagination, POST/PATCH, or endpoints not covered by simplified tools (e.g. metadata, settings/mappings, users/me, item-types, responses).

The base path is: construction/submittals/v2/projects/{projectId}/ You only need to provide the sub‑path after 'projects/{projectId}/' (e.g. 'items', 'packages', 'specs').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID – UUID format (e.g. 'abc12345-6789-…'). If you have a DM project ID with 'b.' prefix, it will be stripped automatically.
methodNoHTTP method. Default: GET.
pathYesSub‑path relative to 'projects/{projectId}/' (e.g. 'items', 'packages', 'specs', 'items/{itemId}', 'metadata', 'responses', 'item-types').
queryNoOptional query parameters as key/value pairs (e.g. { "limit": "50", "offset": "0", "filter[statusId]": "2" }).
bodyNoOptional JSON body for POST requests.

Latest Blog Posts

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/pabloderen/ACC.MCP'

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