Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Project Webhooks Triggers

bulk_create_project_webhooks_triggers

Create multiple webhook triggers for a project in a single request. Accepts company, project, and hook identifiers, and returns the created collection.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
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 provide readOnlyHint=false, but the description adds value by noting that the operation creates resources, returns HTTP 201, and that partial failures may occur. This goes beyond annotations. It does not contradict annotations.

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 only a few sentences, front-loading the purpose and then providing necessary details. No redundant or extraneous information.

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 lacks crucial information about the request body, which presumably contains the array of trigger definitions. For a bulk creation tool, details like expected payload structure, batch size limits, or rate limiting are missing. Since there is no output schema, the description should compensate, but it does not. This is a significant gap.

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 schema already describes each parameter. The description repeats the required parameters and mentions they are path parameters, which is minor additive value. No new semantics beyond the schema are provided, so 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 that the tool creates multiple triggers for a project webhook in a single request. It specifies the verb 'create', the resource 'triggers', the scope 'project webhook', and the bulk nature. This distinguishes it from single creation tools like 'create_project_webhooks_triggers' and company-level bulk tools.

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 explicitly says 'Use this to create many Webhooks records in a single request', indicating when to use it. It also mentions partial failures and required parameters. However, it does not explicitly advise against using it for single creations or mention alternatives, though the sibling tools list implies single creation exists.

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