Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Sub Job

update_sub_job
Idempotent

Update a Sub Job by sending only the changed fields; pass the sub job ID, project ID, and the fields to modify. Returns the updated sub job or an error with HTTP status for failures.

Instructions

Update a specified Sub Job. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified sub job on success. 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: id, project_id, sub_job. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/sub_jobs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Work Breakdown Structure resource
sub_jobYesJSON request body field — the sub job for this Work Breakdown Structure operation
project_idYesJSON request body field — unique identifier for the project.
Behavior5/5

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

The description adds substantial behavioral context beyond annotations: it reveals partial-update behavior (omitted fields retain values), confirms the return value (modified sub job), and details error codes (401, 403, 404) with their meanings. This enriches the annotation hints (readOnlyHint=false, destructiveHint=false, idempotentHint=true) and gives the agent actionable expectations for failure scenarios.

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 front-loaded with the core purpose and packs every sentence with useful information: partial update, id resolution, return value, error mapping, required parameters, API area, and endpoint. There is no filler or repetition, making it appropriately sized for the tool's complexity.

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?

Given the tool's moderate complexity (3 required params, nested object, no output schema), the description covers all essential aspects: what it does, how to use it, error behavior, return type, and API reference. The error code enumeration and the instruction to resolve id via list tool close gaps that would otherwise require external knowledge. It is complete enough for an agent to invoke it 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 for all three parameters, so baseline is 3. The description adds value by explaining that id must reference an existing parent record and should be resolved via a list tool, and by indicating that the sub_job object contains only changed fields. However, the sentence about omitted fields is slightly ambiguous given that all top-level parameters are required, which introduces minor confusion.

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 opens with 'Update a specified Sub Job', a specific verb and resource that clearly distinguishes this from sibling tools like create_sub_job, list_sub_jobs, and delete_sub_job. It further clarifies the update semantics with 'Send only the fields you intend to change', which is distinct and unambiguous.

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 usage context: it instructs the agent to resolve the id with the matching list tool first, ensuring the record exists. It also describes when updates are appropriate (changing existing records) and outlines common failure modes, though it does not explicitly state when not to use this tool versus create sub_job.

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