Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A Batch Of BIM Viewpoints

create_a_batch_of_bim_viewpoints

Creates multiple BIM viewpoints in a single batch request, enabling efficient bulk addition of BIM records to Procore projects.

Instructions

Create a batch of 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_viewpoints. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_viewpoints/batch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — unique identifier for the project.
bim_viewpointsYesJSON request body field — an array of BIM Viewpoint payloads. Limited to 100 items per request
Behavior3/5

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

Annotations already indicate a create operation (readOnlyHint=false). The description adds HTTP 201 status and endpoint path, but does not disclose batch details like partial failures, response format, or limits beyond schema. Missing transparency on non-idempotent nature.

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?

Three sentences front-loaded with the core action. Some redundancy (repeats 'Creates a new BIM records'), but overall efficient. Includes API endpoint for reference.

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?

Missing key details: response structure (batch vs single object), payload format for bim_viewpoints, error handling, prerequisites (permissions, project existence). No output schema to compensate, so description should provide more guidance.

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%, so baseline is 3. The description merely lists required parameters without adding semantic value beyond what the schema provides. No explanation of BIM Viewpoint payload structure.

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 it creates a batch of BIM Viewpoints, distinguishing it from the single-create sibling tool. Slight redundancy in wording does not impede clarity.

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 implies use for batch creation but does not explicitly state when to use versus the single viewpoint tool, nor provides exclusions or alternatives. The 100-item limit is only in the schema, not in description.

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