Skip to main content
Glama
TylerIlunga

Procore MCP Server

Retrieve Details For The Markup

retrieve_details_for_the_markup
Read-onlyIdempotent

Retrieve full details for a markup on a Contract or Potential Change Order by specifying project, holder, and markup IDs. Returns a single JSON object with the complete field set, read-only.

Instructions

Retrieve details for the Markup for specified holder. This endpoint supports the Contract and Potential Change Order tools. Access requires the user to have admin permissions for the relevant tool. Use this when you already know which detail you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the detail. Read-only — it changes nothing in Procore. 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, holder_type, holder_id, id. Procore API: Construction Financials > Contracts. Endpoint: GET /rest/v1.0/financials/markups/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Contracts resource
holder_idYesQuery string parameter — iD of the Markup's Holder
project_idYesQuery string parameter — iD of the Markup's Project
holder_typeYesQuery string parameter — type of the Markup's Holder
Behavior5/5

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

The description adds valuable behavioral context beyond annotations: it requires admin permissions, explains error semantics (401/403/404), and explicitly reaffirms the read-only nature. Since annotations already declare readOnlyHint=true, the description still contributes permission and error-handling details.

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 dense but well-structured, covering purpose, supported tools, access, usage, id resolution, return format, error handling, required params, and API reference. The 'Required parameters' line is redundant with schema, but overall it is 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?

The description covers essential context: what it does, when to use, prerequisites, permissions, return value, error behavior, and API location. Given there is no output schema, it adequately conveys the single-object response. It is complete for a straightforward read-only retrieval tool.

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 description coverage is 100%, so baseline is 3. The description adds one meaningful semantic: 'id must identify an existing parent record — resolve it with the matching list tool first,' which is not captured in the schema. Other parameters are merely listed, not explained beyond the schema.

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 the tool retrieves details for a specific Markup, using a specific verb and resource. It distinguishes itself from list-style siblings like 'retrieve_a_list_of_markups' by emphasizing it returns the full field set for a known markup.

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

Usage Guidelines5/5

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

It explicitly states when to use: 'when you already know which detail you want and need its full field set.' It also advises resolving the id with the matching list tool first, providing a clear alternative workflow. Mentions supported tools (Contract and Potential Change Order) and prerequisite permissions.

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