Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Tax Code

create_tax_code

Creates a new tax code record for a specified company in Procore. Provide company ID and tax code to add tax types and rates.

Instructions

Creates a Tax Code for a given Company. Use this to create a new Tax records in Procore. Creates a new Tax records and returns the created object on success (HTTP 201). Required parameters: company_id, code. Procore API: Construction Financials > Tax. Endpoint: POST /rest/v1.0/tax_codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesQuery string parameter — unique identifier for the company.
codeYesJSON request body field — the Tax Code
descriptionNoJSON request body field — the Description of the Tax Code
origin_dataNoJSON request body field — additional Third-party Metadata for the Tax Code. Note: This is a free-form text field.
origin_idNoJSON request body field — the Third-party ID of the Tax Code
rate1NoJSON request body field — rate to apply for first Tax Type
archivedNoJSON request body field — set to true if this tax code has been archived
default_tax_codeNoJSON request body field — set to true if this tax code is default tax code
Behavior4/5

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

Annotations are provided (readOnlyHint=false, destructiveHint=false, idempotentHint=false), and the description adds context by mentioning required parameters, the API endpoint, and the HTTP 201 success response. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences containing all necessary information: purpose, required parameters, API reference, and success response. No redundant text; efficient and front-loaded.

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?

No output schema, but the description notes the success HTTP status and that it returns the created object. It specifies required parameters and the domain (Procore Construction Financials). Adequate for a create tool.

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 100% of parameters with descriptions. The description lists required parameters (company_id, code) but adds little beyond the schema. Baseline score due to high schema coverage.

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 it creates a Tax Code for a given Company, specifying the resource and action. It also includes the API endpoint and success response, distinguishing it from siblings like list_tax_codes and update_tax_code.

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?

Explicitly states 'Use this to create a new Tax records in Procore,' providing clear usage intent. It does not explicitly mention when not to use, but the creation context is distinct from other operations like update or list, which are present in sibling tools.

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