Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_inspection_item_references

Retrieve inspection item references from Procore projects to manage and filter inspection data for project management workflows.

Instructions

List Inspection Item References. [Project Management/Inspections] GET /rest/v1.0/projects/{project_id}/inspections/{inspection_id}/item_references

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
inspection_idYesUnique identifier for the inspection.
filters__idNoReturn References with the specified IDs
filters__item_idNoReturn Reference(s) with the specified Item IDs
filters__created_atNoReturn item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-...
filters__updated_atNoReturn item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY...
sortNoSort item(s) by the chosen param; check below for a list of options. The direction of sorting is ascending by default; for descending sort, insert the - symbol before the param.
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 the full burden of behavioral disclosure. It only states 'List Inspection Item References' and includes an endpoint path, which implies a read-only operation but does not confirm safety, permissions, rate limits, or pagination behavior. The description lacks any behavioral details beyond the implied action.

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 concise with two parts: the purpose statement and the endpoint path. It is front-loaded with the core action, though the purpose statement is vague. There is no wasted text, but it could be more informative without sacrificing brevity.

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?

Given the complexity (9 parameters, no annotations, no output schema), the description is inadequate. It does not explain what 'Inspection Item References' are, the return format, or behavioral aspects like pagination or error handling. The endpoint path hints at context but does not compensate for the lack of output schema or annotations.

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 description adds no parameter semantics beyond what the input schema provides. However, schema description coverage is 100%, with detailed descriptions for all 9 parameters, including required project_id and inspection_id, filter options, sorting, and pagination. The baseline score of 3 is appropriate since the schema fully documents parameters.

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 'List Inspection Item References' is a tautology that restates the tool name without adding clarity. It lacks a specific verb or explanation of what 'list' entails (e.g., retrieve, fetch, enumerate) or what 'Inspection Item References' are. The bracketed '[Project Management/Inspections]' and endpoint path provide some context but do not define the tool's purpose beyond the name.

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 no guidance on when to use this tool versus alternatives. It does not mention any sibling tools or contextual scenarios for its use. The endpoint path implies it's part of a project/inspection hierarchy, but no explicit usage instructions are given.

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