Skip to main content
Glama
TylerIlunga

Procore MCP Server

Sync Budget Line Items

sync_budget_line_items
Idempotent

Create or update multiple budget line items in a single Procore sync, returning the reconciled server-side state. Provides clear error codes for token expiration, missing permissions, or invalid IDs.

Instructions

Create or update multiple Budget Line Items. Reconciles budget line items against the payload you supply and returns the resulting server-side state. 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: project_id, budget_line_items. Procore API: Construction Financials > Budget. Endpoint: POST /rest/v1.0/budget_line_items/sync

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — unique identifier for the Procore project
budget_line_itemsYesJSON request body field — the budget line items for this Budget operation
Behavior4/5

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

The description reveals the reconciliation behavior ('Reconciles budget line items against the payload you supply and returns the resulting server-side state') and documents common failure HTTP statuses (401, 403, 404). This is useful beyond the annotations, though it doesn't clarify whether items omitted from the payload are deleted, leaving a small ambiguity.

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 packs definition, reconcile behavior, error scenarios, required params, and API endpoint into four sentences, all valuable. It is front-loaded and efficient, earning a high 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?

The tool has no output schema, but the description covers main behavior and errors. However, the core budget_line_items array parameter has items:{} with no defined structure, and neither the schema nor the description explains what fields each item requires, leaving an important gap for a sync operation.

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?

Both parameters are fully covered by schema descriptions (100% coverage), so the description doesn't add significant meaning beyond the schema. It does list required parameters and refers to the array as 'the payload you supply', but it doesn't describe the structure of each budget line item object, which is a gap.

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 'Create or update multiple Budget Line Items' – a specific verb, resource, and count that clearly distinguishes this batch sync tool from sibling single-entity tools like create_budget_line_item or update_budget_line_item. It also identifies the API domain and endpoint, removing ambiguity.

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?

It specifies the tool is for batch create/update via sync ('Reconciles budget line items against the payload you supply'), which implies a bulk operation. However, it doesn't explicitly name alternatives or state when not to use it, such as for single line item creation or deletion, so there's clear context but no exclusions.

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