Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update The Compliance Information For A Work Order Contract

update_the_compliance_information_for_a_work_order_contract

Update compliance status, insurance status, and notes for a Work Order Contract to keep project commitments in order.

Instructions

Update the compliance information for a Work Order Contract. Use this to update an existing Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_order_contracts/{contract_id}/compliance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
contract_idYesURL path parameter — identifier for the work order contract
compliance_statusNoJSON request body field — the compliance status for this Commitments operation
compliance_notesNoJSON request body field — the compliance notes for this Commitments operation
insurance_statusNoJSON request body field — the insurance status for this Commitments operation
insurance_notesNoJSON request body field — the insurance notes for this Commitments operation
Behavior4/5

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

Annotations (readOnlyHint=false) indicate mutation, and the description adds that only supplied fields are changed (partial update) and the modified object is returned. It also specifies the HTTP PATCH method. 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.

Conciseness3/5

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

The description is moderately concise but includes redundant phrases like 'Update the compliance information for a Work Order Contract' and 'Updates the specified Commitments'. The API endpoint info is helpful but could be trimmed.

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?

For a simple update tool with no output schema, the description explains the action and return value. However, it lacks details about error responses or the structure of the modified object, which limits completeness.

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 description coverage is 100%, so baseline is 3. The description repeats required parameters from schema and adds context about partial updates, but does not enrich meaning beyond what 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 the tool updates compliance information for a Work Order Contract, specifies it modifies existing Commitments with a partial update, and returns the modified object. It distinguishes from siblings like update_the_compliance_information_for_a_purchase_order_contract by being explicit about work order contracts.

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

Usage Guidelines3/5

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

The description indicates when to use this tool ('Use this to update an existing Commitments') but does not explicitly contrast with alternatives like the show compliance tools or provide when-not-to-use guidance. It is adequate but lacks explicit decision context.

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