Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Early Pay Program

create_early_pay_program

Creates an early pay program for a company to offer early payment discounts to vendors. Specify name, type, standard rate, and preferred rate.

Instructions

Creates a new early pay program for a given company. Use this to create a new Payments in Procore. Creates a new Payments and returns the created object on success (HTTP 201). Required parameters: company_id, name, type, standardRate, preferredRate. Procore API: Construction Financials > Payments. Endpoint: POST /rest/v1.0/companies/{company_id}/payments/early_pay_programs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
nameYesJSON request body field — name of the early pay program
typeYesJSON request body field — type of the early pay program
dateConfigurationNoJSON request body field — date configuration for the program
standardRateYesJSON request body field — standard rate in basis points (1% = 100)
preferredRateYesJSON request body field — preferred rate in basis points (1% = 100)
messageToVendorNoJSON request body field — custom message to vendor
Behavior3/5

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

Description adds that the tool returns the created object with HTTP 201, but annotations already indicate it is not readOnly or destructive. No mention of side effects or authorization needs. Provides moderate transparency beyond annotations.

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?

Description is somewhat repetitive (twice mentions 'Creates a new Payments') and includes API endpoint details that may not be essential. Could be more concise without losing clarity.

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 main points: creation, required parameters, return value. However, lacks explanation for the 'dateConfiguration' parameter and does not mention prerequisites like existence of the company. No output schema provided, so description could offer more detail on 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?

Input schema has 100% coverage with descriptions for all parameters. The description lists required parameters but does not add meaning beyond the schema, except for 'standardRate' which is already explained. Baseline score of 3 is appropriate.

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?

Description clearly states 'Creates a new early pay program for a given company', identifying the action and resource. It distinguishes from sibling tools like update and deactivate by using the verb 'create', though it does not explicitly differentiate.

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?

No guidance on when to use this tool versus alternatives, such as list or update early pay programs. The description only says 'Use this to create a new Payments in Procore', which is a vague and slightly inaccurate instruction.

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