Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Purchase Order Contract Detail Line Items

list_purchase_order_contract_detail_line_items
Read-onlyIdempotent

Retrieve paginated detail line items for a purchase order contract. Use filters, page, and per_page to control results.

Instructions

List Detail Line Items on a given Purchase Order Contract. Use this to enumerate Commitments when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Commitments. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: purchase_order_contract_id, project_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/purchase_order_contracts/{purchase_order_contract_id}/line_item_contract_details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purchase_order_contract_idYesURL path parameter — purchase Order Contract ID
project_idYesQuery string parameter — unique identifier for the project.
filters__idNoQuery string parameter — return item(s) with the specified IDs.
filters__line_item_idNoQuery string parameter — line Item ID. Returns item(s) with the specified Line Item ID or within a range of Line Item IDs.
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, indicating a safe read operation. The description adds value by specifying it is a GET request, returns a paginated JSON array with pagination metadata, and lists required parameters. This complements the annotations well.

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 relatively concise (4 sentences) and front-loads the main action. It includes the API endpoint, which may be helpful for debugging but is not essential for an MCP agent. Overall, it is well-structured and to the point.

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

Completeness4/5

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

Despite no output schema, the description clarifies the return format (paginated JSON array) and pagination metadata. It covers required parameters and use cases. However, it does not define what 'Commitments' means in this context, which could be ambiguous. Overall, it is fairly complete for a read-only list operation.

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 parameters are already well-documented. The description only reiterates that page and per_page control pagination and notes required parameters, which adds little beyond the schema. No additional context on filters or parameter interactions is provided.

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?

Clearly states 'List Detail Line Items on a given Purchase Order Contract' and mentions enumeration of Commitments. The verb 'List' is unambiguous, and the resource is specific. However, the term 'Commitments' might cause slight confusion with other line item types, and there is no explicit differentiation from sibling tools like 'list_purchase_order_contract_line_items'.

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

Usage Guidelines4/5

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

Provides concrete use cases: 'when you need a paginated overview, to find IDs, or to filter by query parameters.' This helps an agent understand when to invoke the tool. However, it does not mention when not to use it or suggest alternative tools, such as the non-detail line item list.

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