Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Recycled Observation Items

list_recycled_observation_items
Read-onlyIdempotent

Retrieve recycled observation items from a Procore project with pagination and filtering. Use this read-only endpoint to discover items or find their IDs for follow-up actions.

Instructions

Returns a collection of Recycled Observation Items. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this to discover recycled observation items 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 observation items; 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 > Observations. Endpoint: GET /rest/v1.0/projects/{project_id}/recycle_bin/observations/items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for paginated results (default: 1, 1-indexed)
per_pageNoNumber of items per page (default: 100, max: 100)
project_idYesURL path parameter — unique identifier for the project.
filters__statusNoQuery string parameter — return only Observation Items in the given lifecycle states. Statuses are supplied as their integer codes: ``` 0: Initiated 1: Ready For Review 2: Not Accepted 3: Closed 4: Draft ``` Comm...
filters__type_idNoQuery string parameter — return item(s) with the specified Observation Type ID.
filters__priorityNoQuery string parameter — return only Observation Items at the given priorities. Values are case-sensitive and match the `priority` field on the Observation. Comma-separate values to match several priorities, e.g. `filters[...
filters__trade_idsNoQuery string parameter — array of Trade IDs. Returns item(s) with the specified Trade IDs.
filters__updated_atNoQuery string parameter — return 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...
filters__assignee_idNoQuery string parameter — return item(s) assigned to the specified User ID.
filters__location_idNoQuery string parameter — return item(s) with the specified Location IDs.
filters__created_by_idNoQuery string parameter — returns item(s) created by the specified User IDs.
filters__assignee_company_idNoQuery string parameter — array of Vendor IDs. Returns item(s) where the assignee is associated to the specified Vendor ID.
Behavior5/5

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

The description goes well beyond the annotations by stating 'Read-only — it changes nothing in Procore,' which reinforces the readOnlyHint. It also discloses error behavior (401, 403, 404), pagination details, output format (JSON array), and the project_id default. This adds substantial context that annotations alone do not 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 well-organized, starting with the core purpose, then use case, defaults, output format, read-only safety, error handling, required parameters, and API reference. Each sentence serves a distinct purpose, and there is no redundancy. It is concise yet information-dense.

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 tool with 12 parameters and no output schema, the description covers essential context: output type (JSON array), pagination, error modes, project_id default, and a reference to filtering documentation. It does not enumerate the fields of a recycled observation item, but the tool name and API context make those standard, and the description is otherwise thorough.

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 coverage is 100%, and each filter parameter has a thorough description in the schema itself. The tool description adds modest value by noting project_id defaults to procore_set_config and mentioning that page/per_page control pagination, but it mostly defers to the schema and a generic filtering link.

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 a collection of Recycled Observation Items,' clearly stating the verb and resource. It further distinguishes itself from siblings by saying 'Use this to discover recycled observation items or to look up the id of one before calling a tool that needs it,' which is specific to recycled items and not the active observation list.

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?

The description gives an explicit use case: 'Use this to discover recycled observation items or to look up the id of one before calling a tool that needs it.' It also notes that project_id defaults to the config value, providing practical context. However, it does not explicitly name alternative tools (e.g., list_observation_items), though the 'recycled' scope makes the distinction clear.

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