Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Contributing Condition

update_contributing_condition
Idempotent

Update an existing contributing condition by sending the fields to change; omitted fields retain their current values. Returns the modified record.

Instructions

Updates a Contributing Condition. Note that Procore provided Contributing Conditions' names cannot be changed. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "contributing_condition" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified contributing condition on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/contributing_conditions/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the contributing condition. Returned as id in List and Show responses.
nameNoJSON request body field — display name for the contributing condition. Must be unique within the company. Names of Procore-provided contributing conditions cannot be changed.
activeNoJSON request body field — flag that denotes if the Contributing Condition is available for use
company_idYesURL path parameter — unique identifier for the company.
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description enriches behavioral understanding significantly. It discloses partial-update behavior, the immutability of Procore-provided names, the request-payload nesting translation, default company_id behavior, and common error response status codes (401, 403, 404). No contradiction with 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?

Although the description is lengthy, every sentence contributes actionable information: purpose, constraint, patch semantics, payload handling, defaults, id resolution, return value, error handling, and endpoint. It is well-structured and front-loaded with the core purpose, making it dense but not wasteful.

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

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a PATCH endpoint with partial-update semantics and external dependencies (config, list resolution), the description is remarkably complete. It covers return values, error codes, required parameters, and the Procore API reference. No output schema exists, so the explicit mention of 'Returns the modified contributing condition' fills that gap. The guidance about resolving id via list tool is crucial and included.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds extra meaning by explaining that id must identify an existing parent record and should be resolved via the list tool, and that company_id defaults to the value from procore_set_config. It also clarifies how fields map to the request payload, which goes beyond the schema descriptions.

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 opens with a specific verb and resource: 'Updates a Contributing Condition.' It clearly distinguishes this from sibling tools like list, create, show, and delete by focusing on the update operation. The additional note about Procore-provided names adds scope clarity.

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 practical guidance: it tells users to resolve the id via the matching list tool first, explains PATCH semantics ('send only fields you intend to change'), and clarifies company_id default behavior. It does not explicitly mention when to use this over bulk_update_contributing_conditions, but the partial-update context makes the intended use clear.

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