Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Payment Application (Owner Invoice) For Prime Contract

update_payment_application_owner_invoice_for_prime_contract

Update an existing owner invoice on a prime contract by providing the contract ID, invoice ID, and project ID. Only supplied fields are changed.

Instructions

Update a Payment Application (Owner Invoice) on a specified Prime Contract. Use this to update an existing Prime Contracts (only the supplied fields are changed). Updates the specified Prime Contracts and returns the modified object on success. Required parameters: prime_contract_id, id, project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: PATCH /rest/v1.0/prime_contracts/{prime_contract_id}/payment_applications/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prime_contract_idYesURL path parameter — unique identifier of the prime contract
idYesURL path parameter — payment Application (Owner Invoice) ID
project_idYesJSON request body field — unique identifier for the project.
attachmentsNoJSON request body field — payment application attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]`...
payment_applicationNoJSON request body field — payment Application (Owner Invoice)
Behavior3/5

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

Adds partial update behavior ('only the supplied fields are changed') and states mutation returns modified object. Annotations already indicate write and non-destructive. No mention of side effects, auth needs, or error handling.

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?

Front-loaded with purpose, then usage, required params, API info. Efficient but slightly redundant ('use this to update' and 'updates the specified'). Good length.

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

Completeness3/5

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

Covers purpose, update behavior, required params, API endpoint. Missing explanation of nested object 'payment_application' and attachment upload requirements, though schema covers. Adequate for a tool with good schema but no output schema.

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 covers all parameters with descriptions (100% coverage). Description only mentions required params. Adds context of partial update but no additional detail per parameter beyond schema.

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 verb 'Update' and resource 'Payment Application (Owner Invoice) on Prime Contract', distinguishing it from create and list siblings. Minor inconsistency: says 'update an existing Prime Contracts' but actually updates the payment application.

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

Usage Guidelines3/5

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

Provides guidance to use for updating existing records with partial updates ('only the supplied fields are changed'). Lists required parameters. Does not specify when not to use or alternatives like create or 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