Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Action Plan Verification Method

update_action_plan_verification_method

Update an existing Action Plan Verification Method in Procore by providing company and method IDs. Optionally set its active status.

Instructions

Update a company Action Plan Verification Method. Use this to update an existing Action Plans (only the supplied fields are changed). Updates the specified Action Plans and returns the modified object on success. Required parameters: company_id, id. Procore API: Project Management > Action Plans. Endpoint: PATCH /rest/v1.0/companies/{company_id}/action_plans/verification_methods/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — action Plan Verification Method ID
activeNoJSON request body field — specifies if the Action Plan Verification Method is intended for use
Behavior4/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, but the description adds valuable behavioral context: 'only the supplied fields are changed' indicates partial update (PATCH behavior), and it mentions the return of the modified object. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

The description is three sentences, front-loaded with the main action, and each sentence adds necessary detail without extraneous information. Highly efficient.

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?

For a simple 3-parameter update tool with no output schema, the description covers the action, update behavior (partial), return value, required params, and API context. It is sufficiently complete for an AI agent.

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 coverage is 100% with all parameters described. The description mentions required parameters but does not add meaning beyond what the schema already provides. Baseline score applies.

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 purpose: 'Update a company Action Plan Verification Method.' It specifies that only supplied fields are changed and returns the modified object. However, there's a minor inconsistency in referring to 'Action Plans' (plural) while the tool is about a single 'Verification Method'.

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 lists required parameters and gives the API endpoint but does not explicitly guide when to use this tool versus alternatives. Usage is implied by the action verb 'Update' but lacks in-depth context.

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