Skip to main content
Glama
TylerIlunga

Procore MCP Server

Add Wage Override

add_wage_override

Add a wage override for a job title in a project. Specify the hourly rate and job title to create a new override and receive its UUID.

Instructions

Add a Wage Override for a specific Job Title in a Project. A successful response returns the new Wage Override UUID. company_id and project_id default to the values set by procore_set_config when omitted. Creates the wage override and returns it with its new id (HTTP 201); calling it again creates another record. 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, job_title_id, rate. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/wage-overrides

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateYesJSON request body field — hourly wage rate override for the specified Job Title.
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...
project_idYesURL path parameter — unique identifier for the project
job_title_idYesJSON request body field — uUID of the Job Title for which the Wage Override applies.
Behavior4/5

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

The description explains that calling it again creates another record (non-idempotent), which aligns with idempotentHint=false. It also discloses success (returns UUID, HTTP 201) and failure modes (401, 403, 404), adding value beyond the annotations.

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 packed with useful information—purpose, defaults, idempotency, errors, required params, and endpoint—in about six sentences. Every sentence earns its place, though it could be slightly tighter by removing the contradictory defaults note.

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 absence of an output schema, the description adequately covers success and failure behavior, required parameters, and the specific API endpoint. It does not explain the rate format or how to obtain job_title_id, but these are minor given the schema's parameter descriptions.

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

Parameters2/5

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

Schema coverage is 100% with detailed descriptions for each parameter. The description adds the note that company_id and project_id default to procore_set_config when omitted, which contradicts the schema marking them as required. This confusing information detracts from rather than adds meaning.

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 purpose: 'Add a Wage Override for a specific Job Title in a Project.' It uses a specific verb (Add) and resource (Wage Override), and distinguishes from siblings like delete_wage_override by emphasizing creation and HTTP 201.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool (to create a wage override) and mentions that company_id and project_id default to procore_set_config values. It does not explicitly discuss alternatives or when-not-to-use scenarios, but the create-focused language and mention of endpoint provide sufficient guidance.

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