Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Recycled Injuries

list_recycled_injuries
Read-onlyIdempotent

Retrieve soft-deleted injury records from a project's recycle bin. Use to locate and identify recycled injuries before restoring.

Instructions

Returns a paginated list of soft-deleted injury records in the project's recycle bin, optionally scoped to a single incident via incident_id. Supports the same filtering and sorting options as the main injuries list. Recycled injuries can be restored via the restore endpoint. NOTE: The afflictions and affected_body_part keys are deprecated. Please disregard and use the affected_body_parts and affliction_type keys as documented below. Use this to discover recycled injuries or to look up the id of one before calling a tool that needs it. project_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of recycled injuries; 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: project_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/injuries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
sortNoQuery string parameter — sort order for results. Prefix with '-' for descending order
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
project_idYesURL path parameter — unique identifier for the project.
incident_idNoQuery string parameter — optional incident ID to scope results. When provided, returns only injury records belonging to the specified incident. Omit to retrieve injuries across all incidents in the project. NOTE: The affl...
filters__queryNoQuery string parameter — full-text search across injury description and related fields. Returns injuries where any searchable field contains the query string.
filters__created_atNoQuery string parameter — return 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__recordableNoQuery string parameter — return item(s) that are recordable.
filters__filing_typeNoQuery string parameter — return item(s) with the specified filing types. The `recordable` filing_type filter value is deprecated.
filters__harm_source_idNoQuery string parameter — array of Harm Source IDs. Returns item(s) with the specified Harm Source IDs.
filters__work_activity_idNoQuery string parameter — array of Work Activity IDs. Returns item(s) with the specified Work Activity IDs.
filters__affected_party_idNoQuery string parameter — array of Affected Party IDs. Returns item(s) with the specified Affected Party IDs.
filters__affected_body_partNoQuery string parameter — return item(s) with any of the specified Affected Body Parts.
filters__affected_person_idNoQuery string parameter — array of Person IDs. Returns item(s) with the specified affected Person IDs.
filters__affliction_type_idNoQuery string parameter — return item(s) with the specified Affliction Type IDs
filters__affected_company_idNoQuery string parameter — array of Company IDs. Returns item(s) with the specified affected Company IDs.
filters__managed_equipment_idNoQuery string parameter — return item(s) with the specified Managed Equipment ID.
Behavior5/5

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

Beyond the readOnlyHint, idempotentHint, and destructiveHint annotations, the description adds rich behavioral context: pagination controls and response format ('Returns a JSON array... response reports how many pages remain'), deprecation of keys, defaulting behavior for project_id, and concrete failure modes (401/403/404). This far exceeds what annotations alone provide.

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 dense with information but every sentence serves a purpose: purpose, scoping, relationship to main list, deprecation notice, usage guidance, default behavior, return format, read-only assurance, error handling, and endpoint reference. It is front-loaded with the primary action and avoids redundancy.

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 17 parameters and no output schema, the description does a good job covering pagination, scoping, error payloads, and default project_id. However, it does not describe the structure of each injury record beyond mentioning deprecated keys; while it references 'as documented below,' the actual response fields are not enumerated. This leaves a small gap for an agent needing to parse results.

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 description coverage is 100%, so the schema already documents all 17 parameters. The description adds value by noting 'project_id defaults to the value set by procore_set_config when omitted,' which is a useful clarification beyond the schema's 'required' flag. It also references incident_id scoping, but this is already covered in the schema. Overall, the description complements but does not heavily supplement the schema.

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 a specific verb and resource: 'Returns a paginated list of soft-deleted injury records in the project's recycle bin.' It clearly distinguishes this from siblings like 'list_injuries' (main list), 'show_recycled_injury' (single retrieval), and 'retrieve_recycled_injury' (restore) by emphasizing soft-deleted scope and recycle bin location.

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

Usage Guidelines5/5

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

The description explicitly states when to use it: 'Use this to discover recycled injuries or to look up the id of one before calling a tool that needs it.' It also points to an alternative by noting 'Recycled injuries can be restored via the restore endpoint,' and references the main injuries list via 'Supports the same filtering and sorting options.'

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