Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Checklist (Inspection)

update_checklist_inspection
Idempotent

Update a Procore inspection checklist (PATCH). Send only changed fields to preserve others; returns the modified checklist.

Instructions

Updates a specified Checklist (Inspection). Send only the fields you intend to change; omitted fields keep their current values. project_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 checklist 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: id, project_id, list. Procore API (v1.1): Project Management > Inspections. Endpoint: PATCH /rest/v1.1/projects/{project_id}/checklist/lists/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Inspections resource
listYesJSON request body field — the list for this Inspections operation
project_idYesURL path parameter — unique identifier for the project.
run_configurable_validationsNoQuery string parameter — if true, validations are run for the corresponding Configurable Field Set.
Behavior5/5

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

Beyond the annotations, the description discloses partial-update semantics ('omitted fields keep their current values'), the return value ('Returns the modified checklist on success'), error payload structure with HTTP statuses, and the project_id default behavior. This adds substantial context and does not contradict the annotations.

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?

The description is dense but well-structured, with each sentence contributing: purpose, partial-update behavior, default, prerequisite, return, errors, and API reference. It's slightly verbose and includes some redundant information (required parameters) but remains efficient and front-loaded with the core purpose.

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 mutation tool with no output schema, the description covers return type, error conditions, prerequisites, and parameter defaults, making it self-sufficient for an agent to select and invoke correctly. The nested object's behavior is addressed via the 'send only fields you intend to change' instruction.

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?

Although schema coverage is 100%, the description adds semantic value beyond the schema: project_id defaults from procore_set_config when omitted, and id must identify an existing parent record. It also identifies list as the body field to modify. This goes beyond the schema's generic 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 clearly states 'Updates a specified Checklist (Inspection)' with a specific verb and resource, and further clarifies via 'PATCH /rest/v1.1/...' and the parenthetical '(Inspection)'. This distinguishes it from sibling tools like create/delete/show checklist operations.

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?

Provides a clear prerequisite: 'id must identify an existing parent record — resolve it with the matching list tool first' and explains project_id defaulting from procore_set_config. It also mentions common error statuses. However, it doesn't explicitly name alternative tools or say when not to use this tool, so it falls short of a 5.

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