Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Currency Configuration

create_company_currency_configuration

Create a new currency configuration for a Procore company by company ID. Set display options, ISO code, and multicurrency settings.

Instructions

Create a company currency configuration by company ID. Use this to create a new Currency Configurations in Procore. Creates a new Currency Configurations and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API (v2.0): Construction Financials > Currency Configurations. Endpoint: POST /rest/v2.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?

Given the annotations (readOnlyHint=false, destructiveHint=false), the description adds value by stating it creates a resource and returns the created object with HTTP 201. It also specifies the endpoint. There is no contradiction with annotations. It could mention potential side effects or permissions, but it is sufficient.

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 (three sentences) and front-loaded with the action. It includes additional details like the API version and endpoint but avoids redundancy. Minor redundancy exists with 'Create a company currency configuration' and 'Creates a new Currency Configurations', but overall it's well-structured.

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?

The description explains the purpose and required parameter, but without an output schema, it would benefit from detailing the response structure or fields. The annotations cover safety, but the description leaves some context unaddressed. It is adequate but not fully 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?

The input schema covers 100% of parameters with descriptions, so the baseline is 3. The description does not add additional meaning beyond noting that company_id is required, which is already in the schema. No further parameter clarification is provided.

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 action (create), the resource (company currency configuration), and identifies the required parameter (company_id). It mentions the HTTP 201 success response, making the purpose unambiguous. While it does not explicitly differentiate from sibling tools like update_company_currency_configuration, the action verb itself provides distinction.

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 indicates when to use the tool ('Use this to create a new Currency Configurations in Procore') and lists the required parameter. However, it does not explicitly mention when not to use it or provide alternatives such as update or delete, which are available as siblings.

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