Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Payment Application (Owner Invoice) For Prime Contract

create_payment_application_owner_invoice_for_prime_contract

Creates a payment application (owner invoice) for a specified prime contract. Requires prime contract ID and project ID.

Instructions

Create a Payment Application (Owner Invoice) on a specified Prime Contract. Use this to create a new Prime Contracts in Procore. Creates a new Prime Contracts and returns the created object on success (HTTP 201). Required parameters: prime_contract_id, project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: POST /rest/v1.0/prime_contracts/{prime_contract_id}/payment_applications

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prime_contract_idYesURL path parameter — unique identifier of the prime contract
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?

Annotations already indicate readOnlyHint=false (write operation) and destructiveHint=false. The description adds that it returns HTTP 201 and the created object, which is mildly helpful but does not disclose other behavioral traits like authorization requirements or side effects. Minimal added value.

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

Conciseness2/5

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

The description is short but contains a critical error (confusing prime contract creation with payment application creation). The misleading statement makes the description harmful rather than helpful. Conciseness without accuracy is not valuable.

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 tool's complexity (nested objects, 4 parameters, no output schema), the description fails to provide sufficient context. It inaccurately describes the tool's purpose and omits details about the required 'payment_application' structure, usage constraints, or expected behavior beyond a success response.

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 documented. The description only restates the required parameters (prime_contract_id, project_id) without adding semantic details. It does not explain the 'payment_application' object or 'attachments' beyond what the schema provides, so no extra value.

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

Purpose2/5

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

The description incorrectly states 'Use this to create a new Prime Contracts' and 'Creates a new Prime Contracts', which contradicts the tool name and schema that clearly indicate creating a payment application (owner invoice) for an existing prime contract. This misrepresentation severely impairs clarity.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives. The description is misleading, suggesting it creates prime contracts rather than payment applications, which could lead to incorrect tool selection. No exclusions or when-not-to-use information is given.

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