Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Specification Section Revision

update_specification_section_revision
Idempotent

Edit a specification section revision in Procore. Send only the fields to change; omitted fields keep their current values. Returns the updated revision on success.

Instructions

Updates a specification section revision. The request body must include specification_section and specification_section_revision objects (see schema). HTTP methods: Both PUT and PATCH are supported with the same request body. Success: Returns 200 OK with the updated revision. Validation errors: Returns 422 Unprocessable Entity when attribute validation fails (for example duplicate number and description, invalid division or specification set, or invalid revision). The response uses error.code UNPROCESSABLE_ENTITY, a summary error.message, and error.details with reason_code VALIDATION_ERROR and a failures object whose keys are API field names and whose values are arrays of validation message strings. Send only the fields you intend to change; omitted fields keep their current values. company_id and project_id default to the values 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 specification section revision 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, project_id, id. Procore API (v2.1): Project Management > Specifications. Endpoint: PUT /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_section_revisions/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier for the specification section revision.
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
specification_sectionNoJSON request body field — the description of the specification section
specification_section_revisionNoJSON request body field — specification_section_revision
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=true), the description adds substantial behavioral detail: it specifies HTTP methods (PUT/PATCH), success status (200 OK), validation error structure (422 with error.code, reason_code, failures object), and common auth/permission errors (401, 403, 404). This significantly enhances the agent's ability to anticipate and handle responses.

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 a long paragraph but well-structured with bold labels for HTTP methods, success, and error sections. Most sentences add value, though the successful response is mentioned twice ('Returns 200 OK with the updated revision' and 'Returns the modified specification section revision on success'), creating minor redundancy. Overall, it is dense but efficiently organized.

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?

With no output schema, the description compensates by describing the 200 OK body, full validation error format, parameter defaulting, and endpoint. It also covers prerequisites (resolve id with list tool), common failure statuses (401, 403, 404), and partial update behavior. This provides complete guidance for correct invocation without needing external documentation.

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?

The schema provides only terse descriptions for five parameters, but the description adds meaning by stating that specification_section and specification_section_revision must be included in the request body, explaining default behavior for company_id/project_id, and clarifying partial update semantics. This goes beyond the schema and helps the agent construct correct requests.

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 'Updates a specification section revision,' a specific verb+resource statement that clearly identifies the tool's function. It distinguishes this singular update tool from siblings like 'bulk_update_specification_section_revisions' and 'destroy_specification_section_revision' by focusing on a single revision update with PUT/PATCH methods and a specific endpoint.

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?

It provides clear usage context: send only fields to change, omitted fields keep current values, and resolve id with the matching list tool first. It also notes that company_id/project_id default to procore_set_config, which is practical guidance. However, it does not explicitly exclude when to use bulk_update or other alternatives, though the singular resource and required id make the intended scope evident.

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