Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Bid Forms

bulk_create_bid_forms

Create multiple bid forms in a single request by providing project, bid package, and bid forms. Processes all records at once; individual failures return error details.

Instructions

Creates multiple Bid Forms in one request. Prefer this over repeated single-record calls when handling many bid forms at once. project_id defaults to the value set by procore_set_config when omitted, and bid_package_id must identify an existing parent record — resolve it with the matching list tool first. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. 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, bid_package_id, bid_forms. Procore API (v1.1): Preconstruction > Bid Management. Endpoint: POST /rest/v1.1/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/bulk_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bid_formsYesJSON request body field — the bid forms for this Bid Management operation
project_idYesURL path parameter — unique identifier for the project.
bid_package_idYesURL path parameter — unique identifier of the bid package
completion_modeNoQuery string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing"
Behavior5/5

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

Beyond the annotations, it discloses partial failure semantics ('individual entries can fail independently'), project_id defaulting to procore_set_config, and specific HTTP error statuses (401, 403, 404). These details meaningfully extend the annotation-provided context.

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?

Every sentence contributes necessary behavioral or usage context—preference guidance, defaults, error handling, and required parameters—without fluff. The description is dense yet structured, starting with the core purpose and flowing logically into details.

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

Completeness5/5

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

For a bulk mutation tool with no output schema, the description covers return behavior ('returns the resulting collection'), failure modes, required parameters, and even includes the API endpoint and version. This makes the tool fully actionable for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the schema already documents all parameters. The description adds valuable context by noting project_id's config-defined default and that bid_package_id must reference an existing parent record, exceeding the baseline without duplicating schema details.

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 opens with 'Creates multiple Bid Forms in one request,' which uses a specific verb and clearly identifies the resource and its batch scope. It also differentiates from repeated single-record calls, making it distinct among siblings.

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

Usage Guidelines5/5

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

It explicitly says 'Prefer this over repeated single-record calls when handling many bid forms at once,' giving direct when-to-use guidance. It also instructs resolving bid_package_id with the matching list tool first, providing a clear prerequisite.

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