Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Project Payor Pays Setting

update_project_payor_pays_setting

Update whether the payor pays fees for specified projects to manage payment obligations.

Instructions

Updates whether payor pays fees for projects. 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, projectIds, payorPaysFees. Procore API: Construction Financials > Payments. Endpoint: PATCH /rest/v1.0/companies/{company_id}/payments/projects/payor_pays

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
projectIdsYesJSON request body field — list of project IDs to update
payorPaysFeesYesJSON request body field — whether the payor pays fees for these projects
Behavior3/5

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

Annotations indicate non-read-only and non-destructive behavior. The description adds that the tool performs a partial update (only supplied fields changed) and returns the modified object. It does not disclose authorization needs, side effects, or failure modes, but this is partially covered by 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 concise, containing four sentences. It includes the API endpoint, which may be helpful but adds verbosity. The phrase 'existing Payments' is slightly confusing, but overall the structure is clear.

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?

Given the simplicity of the tool (updating a boolean for projects) and full schema coverage, the description provides adequate context. However, it lacks detail on the response object structure and error conditions, which would be beneficial since no output schema exists.

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%, and the schema already describes each parameter. The description repeats the parameter list but does not add new meaning or context beyond what the schema provides.

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 clearly states the verb 'update' and the resource 'payor pays setting for projects'. It differentiates from sibling tools by specifying the exact endpoint and function. There is no ambiguity about what the tool does.

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?

The description mentions 'Use this to update an existing Payments (only the supplied fields are changed)' and lists required parameters, indicating a partial update. However, it does not provide explicit guidance on when to use this tool versus alternatives or when not to use it.

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