Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Company Currency Configuration

update_company_currency_configuration

Modify your company's currency settings including display format, ISO code, and multicurrency toggle via the Procore API.

Instructions

Update a company currency configuration by company ID. Use this to update an existing Currency Configurations (only the supplied fields are changed). Updates the specified Currency Configurations and returns the modified object on success. Required parameters: company_id. Procore API: Construction Financials > Currency Configurations. Endpoint: PATCH /rest/v1.0/companies/{company_id}/currency_configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the Procore company
currency_displayNoJSON request body field — currency Display Options
currency_iso_codeNoJSON request body field — the currency iso code for this Currency Configurations operation
multicurrency_enabledNoJSON request body field — whether multicurrency is enabled for the company
Behavior4/5

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

Annotations already indicate mutation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds that only supplied fields are changed (partial update via PATCH) and returns the modified object. This enriches the agent's understanding of the tool's behavior beyond the 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 concise and front-loaded with the core purpose. It includes some redundant details like the API path, but these do not detract significantly. Every sentence serves a purpose, though it could be slightly trimmed.

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?

Given the tool has 4 parameters, no output schema, and adequate annotations, the description provides sufficient context: it updates existing currency configuration, only supplied fields, returns modified object. It lacks error handling or permission details but is complete enough for an agent to use effectively.

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 the schema already documents all parameters. The description mentions required parameter company_id and lists the other fields (currency_display, currency_iso_code, multicurrency_enabled) but does not add meaningful new semantics beyond what the schema provides, meeting the baseline.

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 tool updates a company's currency configuration by company ID, explicitly mentioning it updates only supplied fields. It distinguishes from creation by saying 'update an existing', and provides the endpoint. This leaves no ambiguity about the tool's purpose.

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

Usage Guidelines4/5

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

The description implies when to use it (update existing configuration) and contrasts with creation implicitly. It does not explicitly list when not to use it or name alternative tools like create_company_currency_configuration, but the context is clear enough for an agent to choose this over get or delete.

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