Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Standard Cost Codes

list_standard_cost_codes
Read-onlyIdempotent

Retrieve paginated lists of standard cost codes for a given cost code list and company. Use query parameters to filter by origin ID or choose a view, enabling efficient Work Breakdown Structure management.

Instructions

Return a list of all Standard Cost Codes in a specified Standard Cost Code list. Use this to enumerate Work Breakdown Structure records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Work Breakdown Structure records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, standard_cost_code_list_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/standard_cost_codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesQuery string parameter — unique identifier for the company.
standard_cost_code_list_idYesQuery string parameter — standard Cost Code List ID
pageNoQuery string parameter — page number for paginated results (default: 1)
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
filters__origin_idNoQuery string parameter — origin ID. Returns item(s) with the specified Origin ID.
viewNoQuery string parameter — the 'default' view only returns id and standard_cost_code_list_id. The 'compact' view also includes origin_id. The 'extended' view includes the more complete list of attributes shown below. The 'ex...
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by specifying paginated JSON array response and pagination metadata. No contradiction.

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?

The description is four sentences, each serving a distinct purpose: purpose, usage, pagination details, required params and API reference. No unnecessary words.

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 6 parameters, no output schema, but rich annotations, the description adequately covers pagination, required params, and response type. Could mention response structure more, but sufficient for a list 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?

Schema description coverage is 100%, so baseline is 3. The description highlights required parameters and pagination usage, adding marginal value over 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 clearly states the verb 'Return a list' and the resource 'Standard Cost Codes in a specified Standard Cost Code list'. It distinguishes from siblings like 'show_standard_cost_code' by emphasizing listing and pagination.

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 explains when to use the tool: 'to enumerate Work Breakdown Structure records when you need a paginated overview, to find IDs, or to filter by query parameters'. It does not explicitly exclude alternatives but provides clear context for usage.

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