Skip to main content
Glama
TylerIlunga

Procore MCP Server

Make Job Title Available To Group

make_job_title_available_to_group

Makes a job title available to a group by creating a Resource Planning record. Requires company, job title, and group IDs.

Instructions

Makes a Job Title available to a Group it was not previously available to. Use this to perform the make job action on Resource Planning records. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, job_title_id, group_id. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles/{job_title_id}/groups

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.
group_idYesJSON request body field — uUID of the Group the Job Title is being added to or removed from.
Behavior4/5

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

The description discloses that the tool creates a new Resource Planning record and returns it with HTTP 201, which goes beyond annotations. It does not contradict annotations. However, it does not address potential side effects (e.g., idempotency, failure scenarios) beyond creation, but given the annotations provide basic safety hints (non-destructive, non-read-only), the description adds useful context.

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 concise (two sentences) and includes key information: action, scope, required parameters, and API endpoint. However, it mixes operational info with API references, which could be more structured. It is front-loaded with the core purpose, but the extra details (Procore API path) are useful for technical context.

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?

Given the tool's complexity (simple creation with 3 well-documented params and no output schema), the description covers the essential aspects: what it does, what it creates, and required inputs. It lacks details on error handling, idempotency (annotation says false but not explained), and behavior when the availability already exists. Still, it is sufficient for basic usage.

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 full description coverage (100%) for its 3 parameters. The description only lists the required parameters, which is already indicated in the schema. It adds no additional meaning or domain context beyond what the schema provides. At baseline 3, it is adequate but does not enhance 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 tool's specific action: making a Job Title available to a Group. It uses a specific verb ('Makes'), identifies the resource ('Job Title' and 'Group'), and distinguishes from siblings like 'remove_job_title_from_being_available_to_group'. The description also mentions the underlying action ('make job action') and the HTTP 201 response, which adds precision.

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 includes a usage hint ('Use this to perform the make job action on Resource Planning records') and lists required parameters. However, it does not explicitly state when not to use, nor does it mention alternative tools (e.g., the sibling that removes the availability). The guidance is present but minimal, lacking explicit boundaries.

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