Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A Batch Of BIM Plans

create_a_batch_of_bim_plans

Create multiple BIM plans in a single Procore API batch request. Specify project ID and plan payloads to add them to Preconstruction, receiving the new batch ID.

Instructions

Creates a new batch in Procore. Creates the batch and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, bim_plans. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_plans/batch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoJSON request body field — specify response schema view
bim_plansYesJSON request body field — an array of BIM Plan payloads
project_idYesJSON request body field — unique identifier for the project.
Behavior4/5

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

Beyond the annotations, the description discloses important behavioral traits: it returns HTTP 201 on success, is non-idempotent ('calling it again creates another record'), and explains common error statuses (401, 403, 404). This adds useful context about auth requirements and failure modes that the annotations do not fully convey.

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 efficient, delivering the core purpose, return behavior, error handling, required params, and endpoint in four succinct sentences. It is front-loaded with the primary action and avoids unnecessary fluff, though minor redundancy exists between 'Creates a new batch' and 'Creates the batch.'

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

Completeness3/5

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

The description covers non-idempotency, return id, error statuses, and the endpoint, which is fairly complete for a batch creation tool. However, it omits critical details about the shape of the bim_plans array payload (schema items are empty), and there is no mention of batch size limits. Given that the schema lacks item structure, the description should have compensated but does not.

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?

The schema provides descriptions for all parameters, so the baseline is 3. The description repeats the required parameters but adds no extra semantic detail beyond the schema, such as the expected structure of items in bim_plans or allowed values for view. It does not compensate for the schema's generic 'JSON request body field' phrasing.

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

Purpose5/5

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

The description clearly states the tool's function with a specific verb and resource: 'Creates a new batch in Procore.' It further clarifies the behavior by explaining that it returns the batch with a new id (HTTP 201) and that re-invocation creates another record, distinguishing it from idempotent operations. The tool name and description also differentiate it from single-resource siblings like create_bim_plan.

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 mentions required parameters and the API endpoint, giving some context for use. However, it does not explicitly compare this batch operation to the singular create_bim_plan or specify when to prefer it over alternatives. The batch context is implied by the name and description but not stated as a guideline.

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