Skip to main content
Glama
TylerIlunga

Procore MCP Server

retrieve_details_for_the_markup

Retrieve markup details from Procore for construction financials and contracts using specific ID parameters to access project billing information.

Instructions

Retrieve details for the Markup. [Construction Financials/Contracts] GET /rest/v1.0/financials/markups/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the Markup
project_idYesID of the Markup's Project
holder_typeYesType of the Markup's Holder
holder_idYesID of the Markup's Holder
pageNoPage number for pagination
per_pageNoItems per page (max 100)
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. It mentions 'GET /rest/v1.0/financials/markups/{id}', implying a read-only HTTP GET operation, but doesn't explicitly state safety (e.g., non-destructive), permissions, rate limits, or error handling. This leaves behavioral traits inadequately disclosed for a tool with no annotation support.

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 brief and front-loaded with the core action, consisting of a single sentence followed by technical details (endpoint). It avoids unnecessary verbosity, though the inclusion of the endpoint might be slightly redundant if the agent already has structured API data, but it's still efficient.

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 (6 parameters, no annotations, no output schema), the description is insufficient. It doesn't explain what 'details' are returned, how pagination works with 'page' and 'per_page', or error cases. For a retrieval tool with multiple inputs and no output schema, more context is needed to guide the agent effectively.

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%, with clear parameter descriptions in the schema (e.g., 'ID of the Markup'). The description adds no additional parameter semantics beyond the schema, but the high coverage justifies the baseline score of 3, as the schema adequately documents inputs.

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 ('Retrieve details') and resource ('for the Markup'), which clarifies the basic purpose. However, it's somewhat vague about what 'details' entail and doesn't differentiate from potential sibling tools (e.g., 'retrieve_a_list_of_markups' or 'show_a_markup'), missing specificity for a higher score.

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?

The description provides no guidance on when to use this tool versus alternatives. It lacks context about prerequisites (e.g., needing specific IDs), exclusions, or comparisons to sibling tools like list operations, leaving the agent without usage direction.

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