Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Tax Codes

list_tax_codes
Read-onlyIdempotent

List all Tax Codes for a company to look up tax code IDs and default values. Use this read-only tool to discover tax codes before creating line items.

Instructions

Return a list of all Tax Codes for a given Company When tax suport is enabled in Procore you can associate line items with a specific Tax Code. The Tax Code (sometimes known as a Tax Group) determines the tax rate to be applied to the line item for each Tax Type defined in Procore (Note that presently Procore only supports a single Tax Type per company). You may define as many Tax Codes as required. Through the web interface, a Procore admin user may identify one of these tax codes as the default value to be shown when creating new line items. Use this to discover tax codes or to look up the id of one before calling a tool that needs it. Returns a JSON array of tax codes; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. 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. Procore API: Construction Financials > Tax. Endpoint: GET /rest/v1.0/tax_codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
per_pageNoQuery string parameter — expect number of items in response. min: 1, max: 100
company_idYesQuery string parameter — unique identifier for the company.
Behavior5/5

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

While annotations already indicate readOnlyHint, idempotentHint, and destructiveHint, the description adds valuable behavioral context beyond them: it explains pagination behavior ('page and per_page control pagination and the response reports how many pages remain'), error status codes (401, 403, 404), and explicitly states 'Read-only — it changes nothing in Procore.' No contradiction with annotations.

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

Conciseness3/5

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

The description is verbose, containing several sentences of background about tax codes and default values that are not necessary for invoking the tool. While the core purpose is front-loaded, the extra context dilutes the message and could be trimmed without losing essential invocation guidance.

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?

Despite having no output schema, the description fully covers return format ('JSON array of tax codes'), pagination, error behavior, required parameters, and API endpoint. For a simple list tool with good annotations, this is complete and self-sufficient.

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?

Schema coverage is 100%, so the baseline is 3. The description adds slight extra meaning by clarifying that page and per_page control pagination and that the response reports remaining pages, which goes beyond the schema's simple field descriptions. It also repeats the required company_id, but that's redundant with the schema.

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: 'Return a list of all Tax Codes for a given Company,' which clearly states what the tool does. It also differentiates the tool from siblings by explaining it is for discovery ('Use this to discover tax codes or to look up the id of one before calling a tool that needs it').

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 explicitly states when to use the tool: to discover tax codes or look up an ID before calling another tool. It provides clear context for its role as a precursor to create/update operations, though it does not explicitly mention alternatives or exclusions.

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