Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Specification Area

update_specification_area
Idempotent

Update an existing specification area in a Procore project by providing company, project, and area IDs. Modify its name or description as needed.

Instructions

Updates an existing Specification Area in the specified Project. Use this to update an existing Specifications (only the supplied fields are changed). Updates the specified Specifications and returns the modified object on success. Required parameters: company_id, project_id, specification_area_id. Procore API (v2.1): Project Management > Specifications. Endpoint: PUT /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_areas/{specification_area_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
specification_area_idYesURL path parameter — unique identifier for the specification area.
nameNoJSON request body field — name of the Specification Area
descriptionNoJSON request body field — description of the Specification Area
Behavior4/5

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

Annotations already indicate a non-read-only, non-destructive, idempotent operation. The description adds that only supplied fields are changed and the modified object is returned, providing partial update behavior and success response details without contradicting 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?

Three sentences plus endpoint info. It front-loads the purpose, then lists required params, then provides API reference. Slightly verbose with endpoint, but still efficient.

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, but description mentions return of modified object. It covers required parameters and partial update. Lacks error conditions or permission info, but annotations and schema fill many gaps.

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?

Schema covers 100% of parameters. The description reinforces required parameters and implies optionality of name/description via 'only the supplied fields are changed', adding context for partial updates.

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 an existing Specification Area, distinguishing it from create, list, and delete siblings. It specifies the resource and action unambiguously.

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?

The description indicates when to use this tool (updating existing areas) and lists required parameters. It does not explicitly exclude alternative tools or provide when-not-to-use guidance, but the context is clear.

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