Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Advanced Forecasting Rows

update_advanced_forecasting_rows

Update advanced forecasting rows to create new Budget records for a company and project using the Procore API.

Instructions

Update Advanced Forecasting Rows. Use this to perform the update advanced action on Budget records. Creates a new Budget records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Budget. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/advanced_forecastings/rows

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
forecasting_rowsNoJSON request body field — the forecasting rows for this Budget operation
Behavior2/5

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

Annotations indicate a mutation (readOnlyHint=false) but the description adds confusion by claiming both update and create. It does not disclose side effects, authentication needs, or data format expectations. The internal contradiction harms transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains redundancy (repeats name and required params) and contradictory statements (update vs. create). It could be more concise and clear if it omitted the misleading creation claim.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and no output schema, the description fails to explain what the tool actually does (update or create?), how the forecasting_rows should be structured, or what a successful response looks like. This leaves the agent with incomplete context.

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 coverage is 100%, so baseline is 3. The description repeats 'Required parameters: company_id, project_id' which adds no extra meaning. The forecasting_rows parameter is not further explained despite its complexity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Update Advanced Forecasting Rows' but then says 'Creates a new Budget records' which is contradictory. The verb action is unclear: is it updating or creating? The name and HTTP method (POST) conflict, and the description does not resolve this ambiguity.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs. alternatives like get_advanced_forecasting_rows_of_a_project. No mention of prerequisites or context beyond required parameters. The agent is left without decision criteria.

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