Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Company Checklist Section

update_company_checklist_section

Update a company's inspection checklist section by providing company ID and section ID. Modify fields like name or position to keep records current.

Instructions

Updates a Checklist Section 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, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/checklist/sections/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — company Checklist Section ID
nameNoJSON request body field — the name for this Inspections operation
positionNoJSON request body field — the position of Section
Behavior4/5

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

Annotations show readOnlyHint=false (mutation) and destructiveHint=false. The description adds that only supplied fields are changed (partial update) and returns the modified object. No contradictions. Additional context on the mutating behavior is provided 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.

Conciseness3/5

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

The description is four sentences, including a redundant line about required parameters and an API endpoint path. The second and third sentences contain a term error ('Inspections' vs 'Sections'). Could be more concise but not excessively long.

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

Completeness4/5

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

No output schema exists, so the description correctly states it returns the modified object. Parameters are fully specified via schema. It does not cover error conditions or prerequisites, but for a simple update tool, the provided information is largely sufficient.

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 parameters are already documented. The description repeats that company_id and id are required, and the parameter names/descriptions in the schema are sufficient. The description adds no new meaning beyond the schema.

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 (Checklist Section for a specified Company). It distinguishes from sibling CRUD tools. However, it mistakenly refers to 'Inspections' instead of 'Sections' in two places, which slightly undermines clarity.

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 partial update behavior ('only the supplied fields are changed') and lists required parameters. It does not compare to alternatives (e.g., create, delete) or specify when not to use this tool. Guidance is present but minimal.

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