Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Specification Area Transfer

delete_specification_area_transfer
DestructiveIdempotent

Permanently deletes an existing specification area transfer from a specified Procore project. Confirm the transfer ID with the list tool before calling to avoid errors.

Instructions

Delete an existing Specification Area Transfer in the specified Project. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted, and specification_area_transfer_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the specification area transfer. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id, specification_area_transfer_id, specification_area_id. Procore API (v2.0): Project Management > Specifications. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/specification_area_transfers/{specification_area_transfer_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_idYesQuery string parameter — iD of the destination specification area for the unreviewed transfer.
specification_area_transfer_idYesURL path parameter — unique identifier for the specification area transfer.
Behavior5/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds concrete behavioral details: permanent removal, 'cannot be undone', repeat call returns 404, and typical error statuses (401/403/404). This significantly enriches the agent's understanding beyond the annotations alone. No contradiction 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 dense but every sentence provides value: core action, prerequisite steps, default behavior, permanence, idempotency, error handling, required parameters, and endpoint reference. It is front-loaded and well-organized, with no redundant fluff.

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 delete operation with no output schema, the description covers all necessary context: what is deleted, how to prepare (resolve id), defaults, permanence, repeat-call behavior, error responses, required params, and API reference. This is a complete and self-sufficient description for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions, so the baseline is 3. The description adds meaningful context: company_id/project_id default to configured values, specification_area_transfer_id must reference an existing record, and the list of required parameters is re-emphasized. It doesn't add new semantics for specification_area_id beyond the schema, but overall it enriches parameter understanding.

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 verb ('Delete'), the resource ('Specification Area Transfer'), and the scope ('in the specified Project'). It distinguishes from sibling tools by specifying the exact resource type and endpoint, and the title reinforces the same. No ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to confirm the target id with a show or list tool before calling, and to resolve specification_area_transfer_id with the matching list tool first. It also clarifies default behavior for company_id and project_id via procore_set_config, providing clear context on when this tool is appropriate.

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