Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A Batch Of BIM Model Revision Viewpoints

create_a_batch_of_bim_model_revision_viewpoints

Batch create relationships between BIM Model Revisions and BIM Viewpoints to generate new BIM records in Procore.

Instructions

Create relationships between several BIM Model Revisions and BIM Viewpoints. 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: project_id, bim_model_revision_viewpoints. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_model_revision_viewpoints/batch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — unique identifier for the project.
bim_model_revision_viewpointsYesJSON request body field — an array of BIM Model Revision Viewpoint payloads
Behavior3/5

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

Annotations indicate readOnlyHint=false, which aligns with the description stating 'Creates.' The description adds that it returns the created object with HTTP 201, which is helpful. However, for a batch endpoint, it does not disclose behavior on partial failures, rate limits, or the structure of the response array. Given annotations already cover non-readonly nature, the description provides marginal additional detail.

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 three sentences, front-loading the purpose. It includes API endpoint and response code efficiently. However, the second sentence ('Use this to create a new BIM records...') is redundant with the first and could be removed without loss. Overall, reasonably concise.

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?

The description provides the purpose and basic return behavior, but given the complexity of a batch tool with no output schema, it lacks explanation of the array parameter payload format and batch-specific behavior (e.g., partial success, error handling). The tool name implies batch creation, but the description does not clarify the expected structure of each item in the array, leaving ambiguity for the agent.

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 both parameters. The description mentions the required parameters but does not add new semantics beyond the schema. For example, it does not explain what each payload in 'bim_model_revision_viewpoints' should contain (e.g., revision_id and viewpoint_id). Baseline of 3 is appropriate as schema does most of the work.

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 states 'Create relationships between several BIM Model Revisions and BIM Viewpoints,' which clearly identifies the tool's function. It distinguishes from siblings like 'create_a_batch_of_bim_viewpoints' by focusing on linking revisions to viewpoints. However, the phrase 'create a new BIM records' is slightly awkward and could be clearer.

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

Usage Guidelines3/5

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

The description says 'Use this to create a new BIM records in Procore' and lists required parameters, giving basic usage context. However, it does not specify when not to use this tool (e.g., for single records) or mention alternatives like individual creation endpoints. The guideline is implied but not explicit.

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