Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Company Webhooks Triggers

bulk_create_company_webhooks_triggers

Create multiple webhook triggers for a company in a single request. Specify company and hook IDs to bulk-add triggers, handling partial failures.

Instructions

Create multiple Triggers for the Company Webhook in a single request. 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: company_id, hook_id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/webhooks/hooks/{hook_id}/triggers/bulk

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
hook_idYesURL path parameter — unique identifier of the hook
Behavior4/5

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

Annotations already indicate non-read-only (readOnlyHint=false) and non-idempotent (idempotentHint=false). The description adds key behavioral context: 'Partial failures may occur — check each item's status,' which is important for an agent to handle error cases. It also mentions HTTP 201, but annotations cover the safety profile adequately.

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?

Description is concise with four sentences, though it repeats 'single request' and 'many Webhooks records' unnecessarily. The key points (purpose, endpoint, partial failure) are front-loaded, making it easy to parse. Minor redundancy reduces conciseness; a 5 would require zero waste.

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?

Description covers purpose, endpoint, HTTP status, partial failures, and required parameters. However, it lacks details on the response structure (only says 'returns created collection'), no explanation of what a trigger is, and no prerequisites (permissions). Given no output schema, it should have more detail on return values. Still, it adequately contextualizes the tool for an AI agent.

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?

Input schema fully describes both parameters with URL path context and unique identifier meaning, achieving 100% coverage. The description only reiterates the parameter names as required, adding no new semantic value 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?

Clearly states the tool creates multiple triggers for a company webhook in a single request, with the specific resource (triggers) and action (bulk create). It distinguishes from single-creation tools by emphasizing 'bulk' and 'single request', and includes HTTP 201 response endpoint.

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?

Explicitly recommends using this tool to create many webhook triggers in one request, outlining the batch scenario. However, it does not contrast with sibling tools like 'bulk_create_project_webhooks_triggers' or 'bulk_create_triggers', nor does it specify when not to use it. The partial failure warning provides operational 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