Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Project Account

update_project_account
Idempotent

Update the account configuration linked to a project's payments, such as the bank account or business association, using company and project identifiers.

Instructions

Updates the account configuration for a project. 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, project_id. Procore API: Construction Financials > Payments. Endpoint: PUT /rest/v1.0/companies/{company_id}/payments/projects/{project_id}/accounts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the Procore project
businessIdNoJSON request body field — uUID of the business to associate with the project
bankAccountIdNoJSON request body field — uUID of the bank account to associate with the project
bankAccountTypeNoJSON request body field — type of the bank account
Behavior3/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=true. The description aligns with these by stating 'Updates' (write) and 'only the supplied fields are changed' (partial update, consistent with idempotent PUT). No additional behavioral traits like auth needs or side effects are disclosed. The openWorldHint=true is not addressed.

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 4 sentences, front-loaded with purpose and key behavior. It includes return behavior and API reference, which is slightly extraneous but not wasteful. Every sentence adds some value, though the API endpoint details could be considered redundant if tool metadata already provides that.

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

Completeness4/5

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

For a 5-parameter update tool with annotations and no output schema, the description covers the core purpose, partial update nature, required params, and API reference. It doesn't explain response format (acceptable without output schema) or prerequisites. Given the annotations and schema, it is reasonably complete.

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 covers all 5 parameters with descriptions (100% coverage). The description reinforces required params (company_id, project_id) and implies optionality for others via 'only the supplied fields are changed'. This adds context beyond the schema but does not provide detailed semantics per parameter.

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 updates the account configuration for a project, specifically for Payments. However, the phrasing 'update an existing Payments' is slightly ambiguous, possibly missing a noun like 'account'. The purpose is distinct from siblings like update_purchase_order_contract or update_submittal, but no explicit differentiation is provided.

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 tells when to use the tool ('Use this to update an existing Payments') and mentions partial update behavior. However, it does not specify when not to use it or provide alternatives among the many update tools available. The context is clear but lacks exclusions or comparisons.

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