Skip to main content
Glama
TylerIlunga

Procore MCP Server

get_company_assignments

Retrieve workforce assignments for a company in Procore to manage resource planning. Filter by date ranges and track personnel allocations across projects.

Instructions

Get Company Assignments. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/assignments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique 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...
created_afterNoFilters items created on or after the specified date (inclusive). Accepts an ISO 8601 date string.
created_atNoFilters items based on their creation timestamp. Accepts an ISO 8601 date string.
created_beforeNoFilters items created on or before the specified date (inclusive). Accepts an ISO 8601 date string.
dayRangeYesA 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...
pageNoThis is a **0-based index** representing the page slice of the data you want to retrieve. Each page contains up to **400 items**. ### **📌 Pageable Endpoints** People endpoints that return multiple...
start_dayYesThe starting day to filter assignments by.
updated_afterNoFilters items updated on or after the specified date (inclusive). Accepts an ISO 8601 date string.
updated_atNoFilters items based on their last updated timestamp. Accepts an ISO 8601 date string.
updated_beforeNoFilters items updated on or before the specified date (inclusive). Accepts an ISO 8601 date string.
per_pageNoItems per page (max 100)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure but fails completely. It doesn't indicate whether this is a read-only operation, what permissions are required, whether it's paginated (though the schema shows pagination parameters), or what format the assignments data returns. The HTTP method 'GET' implies read-only, but this isn't explicitly stated in the description text.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

While technically concise, the description is under-specified rather than efficiently informative. The single sentence provides minimal value, and the bracketed domain context feels like metadata rather than helpful description. It fails to front-load essential information about what the tool actually does.

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 11 parameters, no annotations, and no output schema, the description is completely inadequate. It doesn't explain what 'assignments' are, what data structure returns, or any behavioral characteristics. The agent would struggle to understand when and how to use this tool effectively given the complexity implied by the parameter count.

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 fully documents all 11 parameters including company_id, date filters, pagination, and range parameters. The description adds zero parameter information beyond what's in the schema, but with complete schema coverage, the baseline score of 3 is appropriate as the schema does all the work.

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

Purpose2/5

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

The description 'Get Company Assignments' is a tautology that restates the tool name without adding meaningful context. It lacks a specific verb and resource definition, failing to clarify what 'assignments' refer to in this domain. The bracketed '[Resource Management/Resource Planning]' provides some domain context but doesn't explain what the tool actually retrieves.

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

Usage Guidelines1/5

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

The description provides absolutely no guidance about when to use this tool versus alternatives. It doesn't mention any prerequisites, constraints, or sibling tools that might serve similar purposes. The agent receives no usage context beyond the tool name itself.

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