Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A Batch Of BIM Levels

create_a_batch_of_bim_levels

Create multiple BIM Levels in Procore with a single API request. Specify project and array of BIM level payloads for batch creation.

Instructions

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

Input Schema

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

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

Annotations already indicate it is not read-only and not destructive, so the description adds limited behavioral context. It mentions returning the created object on success (HTTP 201), which is consistent. No additional details about potential side effects, partial failures, or authorization needs are provided, but annotations cover the basics.

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

Conciseness5/5

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

The description is concise, with four sentences covering purpose, usage, return value, and required parameters/API info. Each sentence adds value, and it is well-structured. No fluff.

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

Completeness4/5

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

For a batch create tool with no output schema, the description provides sufficient context: it states the endpoint, required params, and expected result. However, it does not explain the bim_levels payload format or error handling. Given the tool's complexity and the richness of sibling tools, it could be more complete, but it is adequate.

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 the description adds minimal value beyond the schema. It restates required parameters (project_id, bim_levels) but does not clarify the structure of bim_levels array items or provide constraints beyond what the schema already defines. The 'view' parameter is mentioned in schema but not in description.

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 it creates a batch of BIM Levels, with a specific verb and resource. It distinguishes from the sibling tool 'create_bim_level' (singular) by specifying batch creation. The mention of the endpoint and HTTP status further clarifies the action.

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,' which implies the context. However, it does not explicitly state when not to use it or compare to alternatives like 'create_bim_level' for single creation. The required parameters are listed, but no guidance on prerequisites or constraints.

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