Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update A Company Action Plan Template

update_a_company_action_plan_template

Update specific fields of an existing company action plan template (title, description, private, plan type) using the company ID and template ID.

Instructions

Update a Company Action Plan Template. 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 (v1.1): Project Management > Action Plans. Endpoint: PATCH /rest/v1.1/companies/{company_id}/action_plans/plan_templates/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — company Action Plan Template ID
titleNoJSON request body field — the title for this Action Plans operation
descriptionNoJSON request body field — the description for this Action Plans operation
privateNoJSON request body field — privacy flag of the Company Action Plan Template
plan_type_idNoJSON request body field — iD of an Action Plan Type
Behavior3/5

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

Annotations already indicate non-read-only (mutating), non-destructive, non-idempotent. The description adds that only supplied fields are changed (partial update) and that it returns the modified object. This is helpful but does not disclose other behaviors like rate limits, authentication requirements, or side effects. 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.

Conciseness4/5

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

The description is three sentences long and includes the API version and endpoint. It is efficient and front-loads the core action. However, the API information could be separated or made more concise without losing value.

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?

No output schema is present, so the description should explain the response structure. It only says 'returns the modified object on success' without detailing fields or potential errors. Also, it does not mention error conditions or prerequisite states, leaving gaps for an agent invoking the tool.

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%, so the schema already documents all parameters. The description highlights that company_id and id are required and that only supplied fields are changed, which aligns with the schema. It adds marginal meaning beyond what the schema provides.

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 'Update a Company Action Plan Template' and explains that only supplied fields are changed. It uses a specific verb and resource. However, it inconsistently refers to 'Action Plans' plural while the tool is for a single template, slightly diminishing 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 says 'Use this to update an existing Action Plans' but provides no guidance on when to use this tool versus alternatives among the many sibling update tools. No exclusions or context for choosing this tool.

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