Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Project Assignments

get_project_assignments
Read-onlyIdempotent

Retrieve project assignments for a company and project to identify assignments or obtain their IDs for further actions. Read-only access to Procore workforce planning data.

Instructions

Returns the Resource Planning Assignment data for the given company and project. Use this to discover project assignments or to look up the id of one before calling a tool that needs it. company_id and project_id default to the values set by procore_set_config when omitted. Returns a JSON array of project assignments; 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, project_id, dayRange, start_day. Procore API: Resource Management > Resource Planning. Endpoint: GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/assignments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for paginated results (default: 1, 1-indexed)
dayRangeYesQuery string parameter — a value specifying how many days forward you would like to get assignments for from the specified startDay. Assignments whose start_day falls within the given range will be returned in the response...
per_pageNoNumber of items per page (default: 100, max: 100)
start_dayYesQuery string parameter — the starting day to filter assignments by.
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...
project_idYesURL path parameter — unique identifier for the project
Behavior5/5

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

Beyond annotations, the description adds valuable behavioral context: pagination behavior (page/per_page, pages remaining), default-value behavior for company_id/project_id, error payload details with HTTP status codes (401/403/404), and an explicit 'Read-only' statement consistent with annotations. This substantially enriches the agent's runtime expectations.

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 compact yet information-dense: purpose, usage, defaults, pagination, safety, errors, required parameters, and API reference all appear in a logical flow. Every sentence earns its place, with no redundant restatement of the tool name or title.

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?

For a read-only list endpoint with rich schema coverage, the description covers return format (JSON array), pagination, errors, defaults, and required parameters. The only minor gap is that it does not describe the fields of each assignment object (beyond suggesting an id), but given the stated use case of discovering assignments and looking up ids, this is acceptable.

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 covers 100% of parameters, so the baseline is 3. The description adds critical semantics beyond the schema: company_id and project_id default to values from procore_set_config when omitted, and identifies dayRange/start_day as required for the query. This extra context helps the agent invoke the tool without redundant parameter passes.

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 'Returns the Resource Planning Assignment data for the given company and project,' identifying the specific resource, scope, and action. This clearly distinguishes it from sibling tools like get_company_assignments or get_person_assignments, which operate at different scopes.

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?

Explicitly states 'Use this to discover project assignments or to look up the id of one before calling a tool that needs it,' giving a clear when-to-use scenario. It does not explicitly exclude alternatives, but the company+project scope implies when this tool is appropriate versus broader assignment tools.

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