Skip to main content
Glama
TylerIlunga

Procore MCP Server

add_a_new_markup

Create markup percentages for construction contracts and change orders to calculate additional costs on line items or subtotals within Procore financials.

Instructions

Add a new Markup. [Construction Financials/Contracts] POST /rest/v1.0/financials/markups

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesID of the Markup's Project
holder_typeYesType of the Markup's Holder
holder_idYesID of the Markup's Holder
applies_to_allNoIndicates if the markup applies to all change management items within the holder.
compoundNoDetails of the compound calculations for the markup.
markup_conditionsNoConditions that determine how the markup will be applied to change management items within the holder.
markup_setYesSet of the markup. - **Horizontal markup:** Calculates the markup amount on an individual line item. - **Vertical markup:** Calculates the markup amount as a subtotal on all line items on a change ...
nameYesName of the markup.
percentageYesPercentage value of the markup. The default precision is 50.
positionNoPosition of the markup in the markup set of the holder. The default is the next available position, starting at 1.
prime_line_item_idNoUnique identifier for the Prime Contract Line Item associated with the markup. This ensures synchronization between the estimated value (without vertical markup) and the revenue value (with verti...
tax_code_idsNoList of unique identifiers for tax codes associated with the markup. Applicable only when advanced calculations are enabled.
wbs_code_idNoID of the Wbs Code the Markup percentage will be applied to on a project's budget. Default is ID of the `None` Wbs Code.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description states 'POST /rest/v1.0/financials/markups' which implies a write operation, but doesn't disclose any behavioral traits like required permissions, whether this creates a permanent record, what happens on failure, or what the response contains. For a creation tool with 13 parameters and no annotations, this is a significant gap in behavioral transparency.

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 extremely concise - just one sentence plus the API endpoint. It's front-loaded with the core action. However, the brevity comes at the cost of completeness; while technically concise, it may be under-specified for such a complex tool with 13 parameters. The single sentence earns its place but leaves out important context.

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?

Given the complexity (13 parameters, 6 required, nested objects) and absence of both annotations and output schema, the description is inadequate. It doesn't explain what a 'Markup' is in this financial/contracts context, doesn't describe the creation behavior, doesn't mention permissions or side effects, and provides no guidance on usage. For a tool that creates financial markup records with significant complexity, this description leaves too many unanswered questions.

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 the schema already documents all 13 parameters thoroughly. The description adds no parameter information beyond what's in the schema - it doesn't explain relationships between parameters, provide examples, or clarify complex parameters like 'compound' or 'markup_conditions'. With complete schema coverage, the baseline is 3 even without additional param info in the description.

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

Purpose3/5

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

The description states the action ('Add a new Markup') and provides the API endpoint, but it's vague about what a 'Markup' is in this context. It mentions 'Construction Financials/Contracts' which gives some domain context, but doesn't clearly distinguish this from other 'add' tools in the sibling list like 'add_change_order_package_to_a_requisition_subcontractor_invoice' or 'add_wage_override'. The purpose is understandable but lacks specificity about the resource being created.

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

Usage Guidelines1/5

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

The description provides zero guidance on when to use this tool versus alternatives. There are many other 'add' tools in the sibling list (over 100 tools starting with 'add_'), but no indication of when this specific markup creation tool is appropriate versus other creation tools. No prerequisites, constraints, or alternative tools are mentioned.

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