Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Workflow Instances (Company) (Public)

bulk_create_workflow_instances_company_public

Asynchronously create workflow instances in bulk for company-level items. Handles partial failures and returns an async operation ID for status tracking.

Instructions

Asynchronously bulk create workflow instances for a list of company-level items. If an active instance already exists for an item, a failure will be returned for that item. The returned async operation id can be used to query for status using the GET /rest/v2.0/companies/{company_id}/async_operations/{operation_id} API. The result field of the operation contains a list of completed and failed i... Use this to create many Workflows records in a single request. Creates many Workflows records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: company_id, tool_type, items. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/workflows/instances/bulk_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
tool_typeYesJSON request body field — tool that instances are being created for.
tool_subtypeNoJSON request body field — tool sub-type. Only required for specific tools.
itemsYesJSON request body field — list of objects to create workflow instances for.
Behavior4/5

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

Beyond annotations, the description discloses asynchronous behavior, partial failures, and conflict handling (active instance failure). It also provides the polling endpoint. The description adds meaningful behavioral context, though it could note the non-idempotent nature more explicitly.

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

Conciseness3/5

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

The description contains redundant phrases ('Creates many Workflows records in one request' repeated) and a truncated sentence. While it has a logical flow (purpose, behavior, usage), it could be more concise and complete.

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?

Given no output schema, the description explains the async return (operation ID) and partial failure handling. It references the API to check status. It covers required parameters and behavior. However, it lacks a full description of the return structure and doesn't contrast with sibling tools.

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?

All parameters have schema descriptions (100% coverage), so the baseline is 3. The description lists required parameters but does not add new semantic meaning beyond the schema. No additional detail on tool_subtype or items structure.

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 asynchronously bulk creates workflow instances for company-level items, with a specific verb and resource. It distinguishes itself from the sibling single-create tool (create_a_workflow_instance_company) and the project-level bulk tool (bulk_create_workflow_instances_project_public) by specifying company-level scope.

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 indicates when to use it ('Use this to create many Workflows records in a single request') and mentions limitations (duplicate instances cause failures). However, it does not explicitly contrast with alternatives like the single-create tool or provide when-not-to-use guidance.

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