Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_specification_configurations_v2_1

Modify specification configuration settings for projects in Procore to adjust requirements and parameters.

Instructions

Update Specification Configurations. [Project Management/Specifications] PATCH /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
project_idYesUnique identifier for the project.
specification_configurationYesspecification configuration options
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states 'Update' implying a mutation, but doesn't disclose behavioral traits like required permissions, whether changes are reversible, potential side effects, or rate limits. This is a significant gap for a mutation tool with zero annotation coverage.

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 single sentence that efficiently states the tool's purpose and includes the API endpoint path, which adds technical context. It's front-loaded with the core action, though it could be more structured with usage hints. No wasted words, but slightly under-specified.

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

Completeness2/5

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

Given the complexity of a mutation tool with no annotations and no output schema, the description is inadequate. It doesn't explain what 'specification configurations' are, what the update entails, or what the response might look like. For a tool with nested objects and potential side effects, more context is needed.

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%, with clear descriptions for company_id, project_id, and specification_configuration. The description adds no additional meaning beyond the schema, such as examples of configuration options or format details. Baseline 3 is appropriate since the schema does the heavy lifting.

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

Purpose3/5

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

The description 'Update Specification Configurations' clearly states the action (update) and resource (specification configurations), but it's vague about what 'specification configurations' entail. It doesn't differentiate from sibling tools like 'list_specification_configurations_v2_1' or 'create_specification_area_v2_1', which is a missed opportunity for clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It lacks context about prerequisites, such as needing existing configurations to update, or when to choose this over creating new configurations. The sibling list includes many update tools, but no differentiation is offered.

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