Skip to main content
Glama
TylerIlunga

Procore MCP Server

Sync Budget Line Items

sync_budget_line_items
Idempotent

Synchronize multiple budget line items with an external system by creating or updating records in Procore.

Instructions

Create or update multiple Budget Line Items. Use this to bulk-synchronize Budget records with an external system of record. Synchronizes Budget records with the supplied data and returns the updated server-side state. 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?

Annotations already indicate idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description adds that it can both create and update, and that it returns the updated server-side state. This aligns with annotations and provides extra context (create/update nature, response). No contradictions. Could add more detail on what happens if an item exists (update logic), but current is sufficient.

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 three sentences long, starting with the core action, then use case, then what it does, and ending with required parameters and API info. Every sentence adds value, no redundancy. Front-loaded with the purpose.

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 description covers the action, use case, required parameters, and endpoint. However, it lacks details about the structure of the budget_line_items array items, which is not defined in the schema (items: {}). Given the tool's complexity as a bulk sync, this is a notable gap. Without output schema, it partially compensates by stating it returns updated state, but more detail would be beneficial.

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?

Schema description coverage is 100%, so baseline is 3. The description merely lists the required parameters (project_id, budget_line_items) without adding semantic value beyond what the schema already provides. No additional details on parameter constraints or formats.

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 'Create or update multiple Budget Line Items' with a specific verb and resource. It distinguishes itself from sibling sync tools by specifying it is for bulk-synchronizing Budget records with an external system of record, making its purpose highly specific.

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 gives explicit guidance: 'Use this to bulk-synchronize Budget records with an external system of record.' This indicates the intended use case. While it does not mention alternatives or when not to use, the context of siblings (many sync_* tools) suggests this is the right tool for budget line item syncs, but a brief note on not using for single updates would improve clarity.

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