Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Requisition Compliance Document

get_requisition_compliance_document
Read-onlyIdempotent

Retrieve the full details of a specific compliance document for a requisition invoice by providing company, project, invoice, and document IDs.

Instructions

Gets the requisition compliance document Procore Pay must be enabled to use this endpoint.. Use this to fetch the full details of a specific Payments by its identifier. Returns a JSON object describing the requested Payments. Required parameters: company_id, project_id, invoice_id, document_id. Procore API (v2.0): Construction Financials > Payments. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/compliance/invoices/{invoice_id}/documents/{document_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the Procore company
project_idYesURL path parameter — unique identifier for the Procore project
invoice_idYesURL path parameter — iD of the SC Invoice
document_idYesURL path parameter — iD of the compliance document
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 indicate readOnlyHint=true and idempotentHint=true, which align with the description. The description adds a prerequisite ('Procore Pay must be enabled') and states the return type is a JSON object, providing context beyond annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise but includes redundant information (e.g., repeating required parameters, full endpoint path). The bold prerequisite is important but disrupts flow. Could be trimmed to front-load purpose and return type more efficiently.

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?

Without an output schema, the description only vaguely states 'Returns a JSON object describing the requested Payments.' It does not specify what properties the object contains, leaving the agent to infer the response structure. Given this is a single-resource fetch tool, more detail on response fields is needed for effective use.

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% with all parameters described. The description merely restates the required parameters without adding semantic detail (e.g., formats, relationships, or constraints). Baseline 3 is appropriate as the schema already documents the parameters adequately.

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 gets a requisition compliance document and fetches full details by identifier. The verb 'Gets' is specific, and the endpoint path differentiates it from sibling operations like list, update, and delete. However, mentioning 'Payments' instead of 'compliance documents' introduces slight ambiguity.

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 lacks when-to-use or when-not-to-use guidance. It does not differentiate from similar tools like list_requisition_compliance_documents or show_requisition_subcontractor_invoice. The required parameters are listed, but no context on alternatives or prerequisites beyond the Procore Pay note.

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