Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete A Crew

delete_a_crew
DestructiveIdempotent

Permanently delete a crew from a project. This action cannot be undone.

Instructions

Deleting a Crew associated with the specified Project. Use this to permanently delete the specified Directory records. This cannot be undone. Permanently removes the specified Directory records. This action cannot be undone. Required parameters: project_id, id. Procore API: Core > Directory. Endpoint: DELETE /rest/v1.0/projects/{project_id}/crews/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — unique identifier of the Directory resource
lead_party_idNoJSON request body field — party Id of crew leader
nameNoJSON request body field — crew Name
party_idsNoJSON request body field — array of party identifiers
equipment_idsNoJSON request body field — array of equipment identifiers
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description reinforces this by stating 'cannot be undone' and 'permanently removes', which adds emphasis but no new behavioral insights. No additional context about associated data or authorization is provided.

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 relatively concise but contains some redundancy (e.g., 'This cannot be undone' repeated). It front-loads the core purpose and includes the API details, which is useful. Minor repetition prevents a perfect score.

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 operation with well-defined parameters, the description covers the essential behavior. However, it lacks mention of the return value or success response, and does not explain the meaning of 'Directory records' fully. Given the absence of an output schema, this is an acceptable but not thorough completeness.

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 has 100% coverage with descriptions for all six parameters. The description only reiterates that project_id and id are required, offering no added semantic 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?

The description clearly states the action is 'Deleting a Crew associated with the specified Project' and emphasizes permanent deletion. This verb+resource combination is specific and distinguishes the tool from sibling delete tools for other resources. The inclusion of the API endpoint also adds 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 lacks guidance on when to use this tool versus alternatives. It only states what the tool does without providing context such as when not to use it, prerequisites, or references to other deletion methods. Given the large set of sibling tools, this omission is significant.

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