Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Triggers

bulk_create_triggers

Batch create up to 500 webhook triggers for a hook, with per-trigger status to handle partial failures.

Instructions

Create multiple webhook triggers in a single request. All triggers must be within the same hook, and provide company and/or project scope. Max 500 triggers. Use this to create many Webhooks records in a single request. Creates many Webhooks records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: hook_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v1.0/webhooks/hooks/{hook_id}/triggers/bulk

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hook_idYesURL path parameter — unique identifier of the hook
Behavior3/5

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

Annotations already show readOnlyHint=false and destructiveHint=false. The description adds value by disclosing partial failures and the HTTP 201 response, but does not cover auth needs, rate limits, or what happens on invalid hook_id. It provides some behavioral context beyond annotations.

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 is somewhat redundant, repeating 'many Webhooks records' twice. It could be more concise by merging phrases and front-loading constraints. Adequate but not optimal.

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?

The description omits critical information about the request body containing the trigger definitions. For a bulk create, the agent needs to know what to send aside from hook_id. This gap reduces completeness significantly.

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% with hook_id described as a URL path parameter. The description repeats this but adds no deeper semantics. With only one parameter, there is little to add beyond the schema. Baseline 3 is appropriate.

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 purpose: creating multiple webhook triggers in a single request. It distinguishes from siblings like create_webhooks_trigger (single trigger) by emphasizing bulk creation and scope constraints (same hook, company/project scope).

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

Usage Guidelines4/5

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

The description provides clear usage context: when to use (create many triggers in one request), constraints (same hook, max 500), and notes partial failures. It lacks explicit when-not-to-use and alternative tool names, but overall guides the agent well.

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