Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Project Webhooks Triggers

create_project_webhooks_triggers

Create a new webhook trigger for a Procore project by specifying the company, project, hook, resource, and event type.

Instructions

Create Triggers for the Project Webhook. Use this to create a new Webhooks in Procore. Creates a new Webhooks and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, hook_id, resource_name, event_type. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{hook_id}/triggers

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
resource_nameYesJSON request body field — the resource name for this Webhooks operation
event_typeYesJSON request body field — the event type for this Webhooks operation
Behavior3/5

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

Annotations already indicate this is not read-only, not destructive, not idempotent, and open-world. The description adds that it returns the created object on success (HTTP 201) and defines the endpoint. It does not elaborate on side effects, error handling, or rate limits, so it provides only marginal extra value 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.

Conciseness5/5

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

The description is concise, starting with the purpose, then listing required parameters, and providing the endpoint. Every sentence serves a clear function with no unnecessary words.

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

Completeness3/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 could more thoroughly explain the return object structure. It notes 'returns the created object on success' but omits error conditions, validation, or any response fields. While sufficient for a simple create, it leaves gaps for an agent to fully understand the tool's output.

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 each parameter described in the schema. The description merely lists the required parameter names without adding any further meaning, so it does not improve on what the schema already provides.

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 it creates triggers for project webhooks. The name and title are specific, and the sibling list shows distinct project-level creation vs company-level or bulk versions, so the tool is well-differentiated.

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

Usage Guidelines2/5

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

The description says 'Use this to create a new Webhooks' but does not guide when to prefer this tool over siblings like 'create_company_webhooks_triggers' or 'bulk_create_project_webhooks_triggers'. No prerequisites (e.g., hook must exist) are mentioned, and no conditions for using the tool are provided.

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