Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Procore Item Association

create_procore_item_association

Create an association between a Coordination Issue and a Procore item by providing the coordination issue ID and project ID.

Instructions

CoordinationIssue can be associated with other procore items. This API endpoint creates that association. The extended view provides what is shown below. The normal view is the same as the extended view but excludes subject and title in item_data. The compact view returns coordination_issue_id, item_id, and item_type only. The default view is normal. 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: coordination_issue_id, project_id. Procore API: Project Management > Coordination Issues. Endpoint: POST /rest/v1.0/coordination_issues/{coordination_issue_id}/procore_item_associations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coordination_issue_idYesURL path parameter — coordination Issue ID
project_idYesJSON request body field — unique identifier for the project.
procore_itemNoJSON request body field — details of Procore item to be linked to a CoordinationIssue
Behavior2/5

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

Annotations already indicate it's not read-only, not destructive, not idempotent. The description adds that it returns HTTP 201 on success, which is standard, but doesn't disclose side effects, authorization needs, or the fact that it creates an association rather than a new issue. The description is confusing and doesn't add meaningful behavioral context.

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

Conciseness2/5

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

The description is longer than necessary and contains repetitive and contradictory statements (e.g., 'creates that association' vs 'create a new Coordination Issues'). The view details seem out of place for a create endpoint. Not concise or well-structured.

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

Completeness2/5

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

Given the tool creates an association between a coordination issue and another Procore item, the description fails to clarify what the 'procore_item' parameter is or its required fields. It also does not describe the response format (no output schema). The view discussions add confusion rather than context. Incomplete for a tool with a nested object parameter.

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 coverage is 100% with descriptions for all three parameters. The description only repeats that coordination_issue_id and project_id are required, which is already in the schema. It does not explain the 'procore_item' object's expected structure or provide any additional semantics beyond the schema.

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

Purpose2/5

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

The description contradicts the tool name: it claims to 'create a new Coordination Issues' but the tool name is 'create_procore_item_association' (creating an association, not an issue). It also includes irrelevant details about views (extended, normal, compact) that are likely for a different endpoint. The purpose is vague and misleading.

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?

No guidance on when to use this tool versus alternatives like 'bulk_delete_procore_item_associations' or 'create_viewpoint_and_procore_item_association'. The only usage instruction ('Use this to create a new Coordination Issues in Procore') is incorrect. No when-not-to-use or prerequisites.

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