Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Look Ahead Data

get_look_ahead_data
Read-onlyIdempotent

Fetch future assignments and availability for people in a group through the Look Ahead report. Use it to explore look ahead data or locate an id for use in other tools.

Instructions

Fetches the Look Ahead report which provides future assignments and availability details for People within a specified Group. To span all Groups in the company, use "all" in place of {group_id}. Use this to discover look ahead data 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, and group_id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON array of look ahead data; 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, group_id. Procore API: Resource Management > Resource Planning. Endpoint: GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/groups/{group_id}/reports/look-ahead

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for paginated results (default: 1, 1-indexed)
group_idYesURL path parameter — unique identifier for the group
jobTitleNoQuery string parameter — whether to include the person's Job Title.
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...
jobTitleIdsNoQuery string parameter — an array of UUIDs representing the Job Titles to include in the report. People with Job Titles not in this list will be excluded.
projectNameNoQuery string parameter — whether to include the project name for each assignment.
assignmentEndNoQuery string parameter — whether to include the assignment end date.
project_numberNoQuery string parameter — filters items by their exact project number. The query performs an exact match. Example usage: `/v2/companies/{company_id}/...?project_number=BR-2024`
assignmentCountNoQuery string parameter — the number of future assignments to return per person.
assignmentStartNoQuery string parameter — whether to include the assignment start date.
employee_numberNoQuery string parameter — filter results by the exact employee number of the Person.
assignmentDurationNoQuery string parameter — whether to include a calculated duration for each assignment.
availableAfterDateNoQuery string parameter — whether to include the last day a person is assigned in the future.
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds valuable behavioral context: company_id defaults to the value from procore_set_config when omitted, group_id must identify an existing parent record, pagination via page/per_page with remaining pages reported, and specific error handling for 401/403/404. It also confirms 'Read-only — it changes nothing in Procore,' consistent with 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.

Conciseness4/5

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

The description is moderately sized but well-structured: it opens with purpose, then usage variants, parameter defaults, output format, safety, error codes, and API endpoint. Each sentence adds value, though some details (like the full endpoint) could be trimmed without loss of core guidance.

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 14 parameters and no output schema, the description covers purpose, scope, use case, prerequisites, defaults, pagination, safety, and failure modes. It adequately states it returns a JSON array of look ahead data without listing fields, but this is sufficient for an agent to invoke the tool correctly since key resolution and error handling are well explained.

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?

With 100% schema coverage, the description adds meaningful semantics for required parameters: company_id's default behavior and group_id's requirement to reference an existing parent record resolved via a list tool. It also explains pagination parameters (page/per_page and remaining pages), which goes beyond the schema's basic descriptions.

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 explicitly states it 'Fetches the Look Ahead report which provides future assignments and availability details for People within a specified Group.' This uses a specific verb (fetches), a resource (Look Ahead report), and a scope (specified Group), clearly distinguishing it from sibling lookahead tools that focus on scheduling rather than workforce planning data.

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?

It provides clear usage context: 'Use this to discover look ahead data or to look up the id of one before calling a tool that needs it,' and explains how to span all Groups with 'all'. It also gives prerequisites (resolve group_id with the matching list tool first), but does not name an explicit alternative tool, which would make the guidance more direct.

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