Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Unit Of Measure

create_unit_of_measure

Create a new custom Unit of Measure (UOM) for your company with a unique name and category. Only company admins can use this, enabling tailored units in Procore financials.

Instructions

Creates a new custom Unit of Measure (UOM) for the company. Only company admins can call this endpoint. The provided name must be unique within the company and cannot match the name of a Procore-provided standard UOM. Returns the newly created UOM resource. Pass the record's fields as top-level arguments — they are nested under "uom" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted. Creates the unit and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, name, uom_category_id. Procore API: Construction Financials > Units of Measure. Endpoint: POST /rest/v1.0/companies/{company_id}/uoms

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesJSON request body field — display name of the Unit of Measure (e.g., `hours`). Must be unique within the company and cannot match a Procore-provided standard UOM name.
company_idYesURL path parameter — unique identifier for the company.
uom_category_idYesJSON request body field — iD of the parent UOM Category from `GET /rest/v1.0/companies/{company_id}/uom_categories`.
Behavior5/5

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

Beyond annotations, the description discloses important behaviors: non-idempotency ('calling it again creates another record'), the return value ('Returns the newly created UOM resource'), the default for company_id via procore_set_config, and common error scenarios (401 expired token, 403 no permission, 404 unresolved id). This is rich behavioral detail not present in 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 relatively long but tightly packed with useful information—purpose, permissions, uniqueness, return value, payload wrapper, default company_id, non-idempotency, error handling, and endpoint reference. It is front-loaded with the core purpose and contains no filler, earning a strong score despite its length.

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

Completeness5/5

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

Given the absence of an output schema, the description compensates well by explaining the return behavior ('Returns the newly created UOM resource... with its new id (HTTP 201)'), error responses, auth requirements, and parameter defaults. This makes the tool self-contained and easy to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers all parameters with descriptions (100% coverage), so the baseline is 3. The description adds value by explaining that company_id defaults to the procore_set_config value and that fields are nested under 'uom' in the payload, which helps the agent understand optionality and request construction.

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 opens with a specific verb and resource: 'Creates a new custom Unit of Measure (UOM) for the company.' It clearly distinguishes this create operation from sibling tools like list_units_of_measure, show_unit_of_measure, update_unit_of_measure, and delete_unit_of_measure by stating it creates and returns a new resource.

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 provides clear context for use: it states that 'Only company admins can call this endpoint' and explains the uniqueness requirement for `name`. However, it does not explicitly mention when to use an alternative tool (e.g., using update_unit_of_measure for modifications), so it stops short of full alternatives guidance.

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