Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Company Action Plan Type

delete_company_action_plan_type
DestructiveIdempotent

Permanently delete a company Action Plan type using company_id and id. Cannot be undone.

Instructions

Delete Company Action Plan Type. Use this to permanently delete the specified Action Plans. This cannot be undone. Permanently removes the specified Action Plans. This action cannot be undone. Required parameters: company_id, id. Procore API: Project Management > Action Plans. Endpoint: DELETE /rest/v1.0/companies/{company_id}/action_plans/plan_types/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — company Action Plan Type ID
Behavior3/5

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

Annotations already declare destructiveHint and idempotentHint. Description repeats 'permanently delete' and 'cannot be undone,' reinforcing the destructive nature but adding little beyond annotations. It includes API endpoint info which is helpful but not behavioral.

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

Conciseness3/5

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

Description is short but contains redundancy ('permanently delete' and 'cannot be undone' are each stated twice). Front-loading is adequate, but redundant sentences reduce efficiency.

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

Completeness3/5

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

For a simple delete tool with annotations and a clear schema, the description covers the essential purpose and parameters. However, it does not address potential side effects (e.g., cascading deletes) or constraints, leaving some gaps.

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%, and description only restates required parameters without adding meaning beyond what the schema already provides. Baseline score of 3 applies.

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?

Clearly states it deletes a company action plan type and specifies it permanently removes action plans. Distinguishes from sibling tools like create, update, list, and show, which are available in the server.

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?

Indicates the tool is for permanent deletion but does not explicitly state when to use it versus alternatives, nor does it provide exclusion criteria. The irreversibility is emphasized, but no comparative guidance is given.

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