Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Contract Payment

show_contract_payment
Read-onlyIdempotent

Retrieve full details of a specific contract payment by supplying its project, contract, and payment IDs. Returns a read-only JSON object containing all available fields.

Instructions

Return detailed information on the specified Contract Payment. Use this when you already know which contract payment 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 contract payment. 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: id, project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/contract_payments/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Commitments resource
project_idYesQuery string parameter — unique identifier for the project.
contract_idYesQuery string parameter — unique identifier of the contract
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description reinforces this with 'Read-only — it changes nothing in Procore' and adds valuable context: return shape ('single JSON object') and failure modes ('error payload carrying the HTTP status — commonly 401, 403, and 404'). This goes beyond the annotation coverage without contradicting it.

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

Conciseness5/5

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

Every sentence serves a purpose: purpose, when-to-use, id resolution, return type, read-only guarantee, error behavior, required parameters, and API context. No filler or redundancy. Though longer than two sentences, the density of useful information justifies the length, and it is front-loaded with the core purpose.

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?

Given that no output schema exists, the description compensates by stating the return type ('single JSON object') and error payloads. It also includes the API category and endpoint, and lists all required parameters. It could be more explicit about the contents of the 'full field set,' but for a show-by-id tool this is sufficient.

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?

The input schema has 100% coverage with descriptions for all three parameters. The description adds meaningful guidance for the 'id' parameter: 'id must identify an existing parent record — resolve it with the matching list tool first,' which helps the agent understand how to obtain a valid value. It also reiterates the required parameters, adding emphasis.

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 opens with 'Return detailed information on the specified Contract Payment,' which is a specific verb+resource statement. It clearly distinguishes itself from sibling tools (list, create, update, delete) by emphasizing retrieval of a single record and its 'full field set.' The reference to resolving the id with the matching list tool further contrasts it with list operations.

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?

Explicitly states when to use: 'Use this when you already know which contract payment you want and need its full field set.' It also provides a prerequisite: 'id must identify an existing parent record — resolve it with the matching list tool first,' implying the alternative for searching. This gives clear selection guidance.

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