Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A Coordination Issue (REST V2.0)

create_a_coordination_issue_rest_v2_0

Create a coordination issue in Procore by specifying company, project, and title. Optionally include assignee, location, or BIM file details.

Instructions

Creates an issue via CoordinationIssues::Public::CreateService. Request body is flat JSON (not wrapped in coordination_issue). See create schema for which fields are persisted vs accepted-only. Observers may enqueue notifications / activity side effects. Use this to create a new Coordination Issues in Procore. Creates a new Coordination Issues and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, title. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idNoJSON request body field — company id for the new issue (typically matches path company).
project_idNoJSON request body field — path includes project; may be echoed in body (ignored for scoping).
titleYesJSON request body field — required issue title.
descriptionNoJSON request body field — permitted by controller; not applied by `CreateService` — use PATCH to set.
creation_sourceNoJSON request body field — the creation source for this Coordination Issues operation
location_idNoJSON request body field — location id scoped to the project.
assignee_idNoJSON request body field — login information / user id for assignee.
bim_file_idNoJSON request body field — bIM file id for the coordination issue file association.
bim_model_idNoJSON request body field — unique identifier of the bim model
due_dateNoJSON request body field — permitted by controller; not applied by `CreateService` — use PATCH to set.
issue_typeNoJSON request body field — permitted by controller; not applied by `CreateService` — use PATCH to set.
priorityNoJSON request body field — permitted by controller; not applied by `CreateService` — use PATCH to set.
trade_idNoJSON request body field — unique identifier of the trade
attachment_upload_uuidsNoJSON request body field — prostore upload UUIDs for new attachments.
originNoJSON request body field — optional origin metadata stored with the issue when created or updated.
Behavior4/5

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

Annotations indicate non-readonly, non-destructive, non-idempotent, and open world. The description adds value by disclosing that the request body must be flat JSON, that observers may enqueue notifications/side effects, and that some fields are accepted-only (requiring PATCH). These details go beyond annotations without contradiction.

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

Conciseness4/5

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

The description is relatively concise at a few sentences, covering key points: service, request format, side effects, usage, required params, and API reference. It is front-loaded with the main action. Minor density could be improved, but overall well-structured for the information provided.

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?

Given 15 parameters, no output schema, and available annotations, the description addresses essential aspects: required params, request format, side effects, and endpoint. It omits error handling and return field details, but those are partially offset by the open world annotation and the mention of HTTP 201. The coverage is good for a create tool with comprehensive schema.

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

Parameters5/5

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

With 100% schema coverage, the baseline is 3. The description significantly enhances parameter understanding by specifying that company_id and project_id are required despite the schema marking only title as required. It also clarifies that certain fields (description, due_date, etc.) are accepted-only and must be set via PATCH, which is critical for correct usage.

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

Purpose4/5

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

The description clearly states the tool creates a coordination issue and returns the created object with HTTP 201. The title includes 'REST V2.0' to distinguish from other versions. However, it does not explicitly differentiate from sibling tools like 'create_coordination_issue' (likely v1.0) or bulk create, slightly reducing clarity.

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

Usage Guidelines2/5

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

The description provides a general instruction to 'use this to create a new Coordination Issues' but offers no guidance on when to avoid this tool, such as when to use bulk create or other variants. No alternatives are mentioned, leaving the agent without decision context.

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/TylerIlunga/procore-mcp-server'

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