Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update A Change Event Type

update_a_change_event_type

Update an existing change event type for a company. Modify its name, abbreviation, or visibility in selection dropdowns.

Instructions

Update a Specific Change Event Type for a Company. Use this to update an existing Change Events (only the supplied fields are changed). Updates the specified Change Events and returns the modified object on success. Required parameters: company_id, id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: PATCH /rest/v2.0/companies/{company_id}/change_event/types/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — unique identifier of the Change Events resource
nameNoJSON request body field — name of the Change Event Type
show_in_selectNoJSON request body field — indicates whether the Change Event Type will be shown in the Type select dropdown
abbreviationNoJSON request body field — abbreviation for the Change Event Type
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds that it returns the modified object on success, which is useful. However, it does not disclose additional behavioral traits such as authentication requirements, rate limits, or side effects. The description is consistent with annotations and adds moderate value.

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 three sentences long, front-loaded with purpose, then usage, then required parameters and API endpoint. It is concise without redundancy, though it could be slightly more structured (e.g., bullet points).

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?

Given the tool has 5 parameters with full schema coverage and no output schema, the description adequately covers purpose, update behavior, required parameters, and API reference. It does not explain return structure (acceptable) or prerequisites, but is largely complete for a simple update operation.

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?

All 5 parameters have schema descriptions (100% coverage), so baseline is 3. The description reiterates that company_id and id are required, but does not add semantic meaning beyond the schema. No compensation needed.

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 'update' and the resource 'Specific Change Event Type for a Company'. It specifies partial update behavior and required parameters. However, it does not explicitly distinguish from sibling tools like 'update_change_event' or 'update_a_change_event_status', though the resource name makes it implicit.

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 implies usage for updating existing change event types and notes partial update behavior. It lists required parameters but does not provide explicit when-to-use or when-not-to-use guidance, nor does it compare with alternatives. Usage is clear but not fully prescriptive.

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