Skip to main content
Glama
TylerIlunga

Procore MCP Server

Deactivate Early Pay Program

deactivate_early_pay_program
Destructive

Deactivate an early pay program for a company by providing the company ID and early pay program ID. Updates the program status and returns the modified object.

Instructions

Deactivates an early pay program for a given company. Use this to update an existing Payments (only the supplied fields are changed). Updates the specified Payments and returns the modified object on success. Required parameters: company_id, early_pay_program_id. Procore API: Construction Financials > Payments. Endpoint: PATCH /rest/v1.0/companies/{company_id}/payments/early_pay_programs/{early_pay_program_id}/deactivate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
early_pay_program_idYesURL path parameter — uUID of the early pay program
Behavior3/5

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

Annotations already indicate destructiveHint=true. The description adds that it returns the modified object on success, which is useful. It doesn't elaborate on side effects or state changes, but no contradictions with annotations.

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?

The description is relatively short and front-loads the main action. It includes some repetition of required parameters and API endpoint details, but overall it's appropriately sized.

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?

For a deactivation tool with two simple parameters and no output schema, the description covers the basics. However, it doesn't explain what deactivation means in practice or how it differs from other early pay program actions. The mention of 'update' adds confusion. Adequate but not thorough.

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?

The input schema provides complete descriptions for both parameters (company_id and early_pay_program_id). The description restates them as required but adds no new semantic value beyond the schema. Schema coverage is 100%, so baseline 3.

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 it deactivates an early pay program for a given company. However, it also says 'Use this to update an existing Payments' which is slightly confusing and doesn't align perfectly with deactivation, but the primary purpose is clear.

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 provides no guidance on when to use this tool versus alternatives like update_early_pay_program or create_early_pay_program. The phrase 'Use this to update an existing Payments' is misleading because the tool deactivates, not updates.

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