Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Company Inspection Template Item

update_company_inspection_template_item

Update a company inspection template item by providing company ID, template ID, and item ID. Only supplied fields are changed and the modified object is returned.

Instructions

Updates a Company Inspection Template Item for a specified Company. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: company_id, inspection_template_id, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
inspection_template_idYesURL path parameter — the ID of the Company Inspection Template
idYesURL path parameter — company Inspection Template Item ID
nameNoJSON request body field — the name for this Inspections operation
response_set_idNoJSON request body field — unique identifier of the response set
typeNoJSON request body field — item type
Behavior3/5

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

Annotations indicate readOnlyHint=false, so the tool is a write operation. Description confirms it modifies data and returns the modified object. No contradictions. However, it does not disclose permissions, rate limits, or side effects beyond the partial update behavior.

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?

Description is three sentences, covering purpose, usage, required params, and API reference. It is concise and well-structured, though the purpose sentence could be more front-loaded. No unnecessary information.

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?

The description mentions the return of the modified object but lacks details about its structure. With no output schema, more information about the response fields would improve completeness. However, for a simple update tool, the description is adequate.

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 baseline 3. Description only lists the three required parameters without adding new meaning beyond the schema. Optional parameters (name, response_set_id, type) are not elaborated, so no extra value added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (Updates) and resource (Company Inspection Template Item). It distinguishes from creation by noting it updates existing items and mentions partial update via 'only the supplied fields are changed.' Minor inconsistency: refers to 'Inspections' instead of 'Inspection Template Item,' but overall the purpose is clear.

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 states to use this tool for updating existing inspection template items with partial fields. It does not explicitly contrast with create or delete tools, though sibling tools exist. No guidance on when not to use or prerequisites beyond required parameters.

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