Skip to main content
Glama

aps_issues_create

Create new issues in Autodesk Construction Cloud projects by specifying title, type, and status, with options for description, assignees, dates, and custom attributes.

Instructions

Create a new issue in a project. Requires: title, issueSubtypeId (get from aps_issues_get_types), and status. Optional: description, assignee, dates, location, root cause, custom attributes, watchers. ⚠️ Requires 'data:write' in APS_SCOPE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID – accepts with or without 'b.' prefix.
titleYesIssue title (max 10,000 chars).
issue_subtype_idYesType (subtype) UUID – get from aps_issues_get_types.
statusYesInitial status (e.g. 'open').
descriptionNoIssue description (max 10,000 chars). Optional.
assigned_toNoAutodesk ID of assignee (user, company, or role). Optional.
assigned_to_typeNoType of assignee. Required if assigned_to is set.
due_dateNoDue date in ISO8601 format (e.g. '2025‑12‑31'). Optional.
start_dateNoStart date in ISO8601 format. Optional.
location_idNoLBS (Location Breakdown Structure) UUID. Optional.
location_detailsNoLocation as plain text (max 8,300 chars). Optional.
root_cause_idNoRoot cause UUID. Optional.
publishedNoWhether the issue is published. Default false.
watchersNoArray of Autodesk IDs to add as watchers. Optional.
custom_attributesNoCustom attribute values. Optional.
regionNoData centre region. Defaults to US.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it's a write operation (implied by 'Create'), requires specific permissions ('data:write' scope), and mentions a prerequisite dependency (get issueSubtypeId from another tool). It doesn't cover rate limits, error conditions, or what happens on success, but provides solid foundational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured: it starts with the core purpose, immediately lists required parameters, then optional ones, and ends with the critical scope requirement. Every sentence earns its place with no wasted words, and the warning symbol appropriately highlights the permission requirement.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with 16 parameters, no annotations, and no output schema, the description provides good coverage: clear purpose, parameter guidance, and permission requirements. It could be more complete by describing what happens on success (e.g., returns issue ID) or error conditions, but covers the essentials well given the complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description lists required vs. optional parameters and provides some additional context about issueSubtypeId sourcing, but doesn't add significant semantic value beyond what's in the schema. This meets the baseline expectation when schema coverage is complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Create a new issue'), resource ('in a project'), and distinguishes from siblings by focusing on creation rather than retrieval or update operations like aps_issues_get, aps_issues_list, or aps_issues_update.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context about required parameters (title, issueSubtypeId, status) and explicitly mentions the prerequisite to get issueSubtypeId from aps_issues_get_types. It also specifies the required scope ('data:write' in APS_SCOPE). However, it doesn't explicitly state when NOT to use this tool or compare it to alternatives like aps_issues_update.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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