Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Specification Area

delete_specification_area
DestructiveIdempotent

Permanently delete a specification area from a project. Removes associated specifications. This action cannot be undone.

Instructions

Delete an existing Specification Area in the specified Project. Use this to permanently delete the specified Specifications. This cannot be undone. Permanently removes the specified Specifications. This action cannot be undone. Required parameters: company_id, project_id, specification_area_id. Procore API (v2.1): Project Management > Specifications. Endpoint: DELETE /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_areas/{specification_area_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
specification_area_idYesURL path parameter — unique identifier for the specification area.
Behavior3/5

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

Annotations already indicate destructive behavior (destructiveHint: true). The description reinforces this ('cannot be undone') but adds no new behavioral insights beyond what annotations provide. The API endpoint detail is informational, 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?

The description is clear but slightly repetitive ('cannot be undone' mentioned twice). It includes unnecessary repetition of 'Permanently removes the specified Specifications'. The structure is straightforward but could be more concise.

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?

For a simple delete operation with full annotations and schema, the description adequately covers the action and its irreversibility. It also provides the API endpoint. No output schema is present, so return values are not necessary. Minor gaps: no mention of required permissions or error conditions.

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?

The input schema covers all three parameters with clear descriptions (100% coverage). The description repeats the parameter names but adds no additional meaning or constraints beyond the schema.

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?

The description clearly states the action ('Delete') and the resource ('Specification Area' in a Project). It emphasizes permanence and distinguishes itself from sibling tools by naming the specific resource type.

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 provides basic usage guidance ('Use this to permanently delete') and lists required parameters. However, it does not specify when not to use this tool or mention alternatives (e.g., archiving or soft delete).

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