Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_project_wbs_codes

Retrieve Work Breakdown Structure codes for a Procore project to organize construction financials and track work segments with filtering options.

Instructions

List Project WBS codes. [Construction Financials/Work Breakdown Structure] GET /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
can_select_divisionsNoIf true, will include WBS Codes with division segment items. Default is true.
required_segmentsNorequired_segments
filters__status__NoFilter results to only return codes with the included statuses. Options are 'active' or 'inactive'. Defaults to returning all results.
filters__updated_atNoFilter results to only return codes that were updated within the range of the two specified ISO 8601 timestamps separated by the ... delimiter.
scopeNoFilter results to only return codes that match the specified WBS scope.
queryNoSearches the WBS code and description values and returns results sorted in descending order of relevance to the search query.
group_typeNoAlong with 'group_id', groups WBS codes by the specified group type and group ID. Only supported option is 'contract'.
group_idNoAlong with 'group_type', groups WBS codes by the specified group type and group ID. Only supported option is a contract ID.
hide_not_in_groupNoIf true, will hide WBS codes that are not in the specified 'group_type' and 'group_id'. Default is true. If false, WBS codes in the specified group will be returned first followed by WBS codes not ...
pageNoPage
per_pageNoElements per page
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions it's a GET operation (implying read-only) but doesn't disclose pagination behavior, rate limits, authentication requirements, error conditions, or what the response format looks like. For a list operation with 12 parameters, this leaves significant behavioral gaps.

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 efficiently structured in a single sentence with the core purpose first, followed by domain context and API endpoint. There's no wasted verbiage, though it could be slightly more polished by integrating the bracketed context more smoothly.

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

Completeness2/5

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

For a tool with 12 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain the return format, pagination, error handling, or typical use cases. The agent would struggle to use this effectively without trial and error or external documentation.

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 the schema already documents all 12 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema, maintaining the baseline score of 3 since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List') and resource ('Project WBS codes'), with additional context in brackets ('Construction Financials/Work Breakdown Structure'). It distinguishes itself from siblings by focusing on WBS codes specifically, but doesn't explicitly differentiate from other list tools like 'list_wbs_codes_v2_0' or 'list_wbs_codes_filter_options_v2_0'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description includes the API endpoint but offers no context about prerequisites, appropriate scenarios, or comparisons with sibling tools that might serve similar purposes.

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