Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Viewpoint And Procore Item Association

create_viewpoint_and_procore_item_association

Associates a BIM viewpoint with a Procore item to link models with project data using the Procore API.

Instructions

A BIM Viewpoint can be associated with other procore items. This API endpoint creates that association. Use this to create a new BIM records in Procore. Creates a new BIM records and returns the created object on success (HTTP 201). Required parameters: bim_viewpoint_id, project_id. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_viewpoints/{bim_viewpoint_id}/associations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bim_viewpoint_idYesURL path parameter — unique identifier of the bim viewpoint
project_idYesJSON request body field — unique identifier for the project.
procore_itemNoJSON request body field — details of Procore item to be linked to a BimViewpoint
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false). The description adds that it returns HTTP 201 and the created object. However, it does not disclose behavioral details like idempotency, error handling, or whether associations can be duplicated. With annotations present, the bar is lower, and this adds acceptable context.

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 concise with about four sentences and no extraneous information. It front-loads the primary purpose and includes API endpoint and required parameters efficiently.

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?

No output schema is present, so the description should explain the return object's structure, but it only says 'returns the created object on success'. It also does not clarify whether 'procore_item' is optional or what its structure should be. Prerequisites, error scenarios, and typical usage context are missing.

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. The description lists required parameters and notes that bim_viewpoint_id is a URL path parameter, but this adds no new semantic meaning beyond the schema baseline.

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 that the tool creates an association between a BIM Viewpoint and other Procore items. However, the phrase 'creates a new BIM records' is slightly confusing as it implies a new BIM record rather than an association. The purpose is distinguishable from siblings like 'create_procore_item_association' by specifying 'BIM Viewpoint', but not explicitly contrasted.

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 explicit guidance on when to use this tool versus alternatives. The phrase 'Use this to create a new BIM records' is vague and does not provide conditions or exclusions. Among many sibling tools with similar names, there is no differentiation or when-not-to-use advice.

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