Skip to main content
Glama
TylerIlunga

Procore MCP Server

show_prime_contract_line_item

Retrieve specific line item details from a prime contract in Procore to view contract costs and financial data for construction projects.

Instructions

Show Prime Contract line item. [Construction Financials/Prime Contracts] GET /rest/v1.0/prime_contracts/{prime_contract_id}/line_items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prime_contract_idYesPrime Contract ID
idYesLine Item ID
project_idYesUnique identifier for the project.
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 states 'Show' (implying a read operation) and includes a GET endpoint, suggesting it's non-destructive. However, it lacks details on permissions, rate limits, error handling, or response format. The description adds some context (e.g., the endpoint path) but is insufficient for a tool with no annotations.

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 concise and front-loaded: 'Show Prime Contract line item.' The additional API endpoint information is relevant but could be more integrated. It's efficient with no wasted sentences, though the bracketed category '[Construction Financials/Prime Contracts]' is slightly extraneous.

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 (a retrieval tool with 5 parameters, no annotations, no output schema), the description is incomplete. It lacks details on behavior, output format, error cases, and how to interpret the parameters (e.g., why project_id is required). The API endpoint hint is helpful but insufficient for full contextual understanding.

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 fully documents the five parameters (prime_contract_id, id, project_id, page, per_page). The description does not add any parameter semantics beyond what the schema provides, such as explaining relationships between IDs or pagination usage. Baseline 3 is appropriate given high schema coverage.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Show Prime Contract line item.' It specifies the verb ('Show') and resource ('Prime Contract line item'), making it easy to understand. However, it does not explicitly differentiate from sibling tools (e.g., 'list_prime_contract_line_items'), which slightly reduces clarity.

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 minimal usage guidance. It includes the API endpoint path, which implies it's for retrieving a specific line item by IDs, but it does not explain when to use this tool versus alternatives like listing line items or other retrieval tools. No explicit when/when-not or alternative references are provided.

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