Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete A Job Title

delete_a_job_title
DestructiveIdempotent

Delete a job title permanently by specifying company ID and job title ID. Confirm IDs with the list tool first to prevent 404 errors.

Instructions

Deletes a Job Title given a company ID and job title ID. Confirm the target id with the matching show or list tool before calling. company_id defaults to the value set by procore_set_config when omitted, and job_title_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the job title. 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, job_title_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles/{job_title_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string...
job_title_idYesURL path parameter — unique identifier for the Job Title.
Behavior5/5

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

Beyond annotations, the description discloses critical behavioral traits: 'Permanently removes the job title. This cannot be undone, and a repeat call returns 404.' It also details error payload scenarios (401, 403, 404) and the company_id default, providing substantial context beyond the structured 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 adds value: action, preconditions, defaults, permanence, error handling, required parameters, and API endpoint. It is well-structured and front-loaded with the core purpose. No wasted words.

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?

The description covers the action, prerequisites, defaults, error responses, and API endpoint thoroughly. It does not explicitly state the success response (e.g., 204 No Content), which is a minor gap given there is no output schema. Overall, it is nearly complete for a delete tool.

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%, so the baseline is 3. The description adds meaningful parameter context: company_id defaults to the procore_set_config value when omitted, and job_title_id must refer to an existing parent record. This enhances semantic understanding 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 tool's action: 'Deletes a Job Title given a company ID and job title ID.' It uses specific verb+resource and even provides the endpoint, making the purpose unambiguous. It also distinguishes from sibling list/show tools by instructing to confirm the id with them.

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?

Explicit guidance is provided: 'Confirm the target id with the matching show or list tool before calling' and 'job_title_id must identify an existing parent record — resolve it with the matching list tool first.' It also explains the company_id default behavior and common failure cases, which tells the agent when and how to use the tool correctly.

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