Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get All Company Groups

get_all_company_groups
Read-onlyIdempotent

Retrieves all groups in a specified company. Use it to discover available groups or find a group ID for subsequent Procore API calls.

Instructions

Gets all Groups in a given Company. Use this to discover company groups or to look up the id of one before calling a tool that needs it. company_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of company groups; 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: Resource Management > Resource Planning. Endpoint: GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/groups

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for paginated results (default: 1, 1-indexed)
per_pageNoNumber of items per page (default: 100, max: 100)
company_idYesURL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string...
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description adds substantial behavioral detail: it explicitly states 'Read-only — it changes nothing in Procore,' describes the return format as a JSON array with pagination ('page and per_page control pagination and the response reports how many pages remain'), and details error payload structure with common HTTP status codes (401, 403, 404). It also documents the company_id default from procore_set_config, which is not 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.

Conciseness5/5

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

The description is about 120 words but every sentence carries distinct information: purpose, use case, default, return format, read-only nature, error behavior, required params, and API endpoint. It is front-loaded with the core purpose and well-organized, with no fluff or repetition.

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?

With no output schema, the description sufficiently compensates by explaining the return format (JSON array) and pagination behavior. It also covers error scenarios and the relevant API section. It does not list the individual fields of a group object (e.g., id, name), but for a discovery tool that primarily needs IDs, this is adequate.

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?

The schema already provides 100% coverage for all three parameters (company_id, page, per_page), including defaults and formats. The description adds the meaningful nuance that company_id defaults to procore_set_config when omitted, which is valuable but slightly conflicts with the schema's required marking. However, it adds no further detail on page/per_page beyond what the schema gives.

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 'Gets all Groups in a given Company' — a specific verb ('Gets all') plus a specific resource ('Groups in a given Company'). It also explicitly explains its intended use ('discover company groups or to look up the id of one before calling a tool that needs it'), which distinguishes it from sibling group-related tools like get_a_single_group or get_all_people_belonging_to_a_group.

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 usage context: 'Use this to discover company groups or to look up the id of one before calling a tool that needs it.' This tells the agent when to use the tool, and the mention of looking up IDs before other calls implies a preparatory role. It does not explicitly name alternative tools to use instead, but the context is strong.

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