Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_incidents

Retrieve and filter incident reports from Procore projects to monitor safety events, track status, and analyze contributing factors using customizable search parameters.

Instructions

List Incidents. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/incidents

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
pageNoPage
per_pageNoNumber of items returned per page (Min: 1, Max: 1000). Defaults to 1000 when parameter is not provided.
filters__idNoReturn item(s) with the specified 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...
filters__event_dateNoReturns item(s) with an event date within the specified ISO 8601 datetime range.
filters__location_idNoReturn item(s) with the specified Location IDs.
filters__statusNoReturns item(s) matching the specified status value.
filters__contributing_behavior_idNoContributing Behavior ID. Returns item(s) with the specified Contributing Behavior ID.
filters__contributing_condition_idNoContributing Condition ID. Returns item(s) with the specified Contributing Condition ID.
filters__hazard_idNoHazard ID. Returns item(s) with the specified Hazard ID.
filters__time_unknownNoIf true, returns item(s) where the time of Incident occurrence is unknown.
filters__recordableNoReturn item(s) that are recordable.
filters__custom_status_idNoReturn item(s) with the specified Custom Status IDs
filters__type_idNoReturn item(s) with a specific Type ID or a range of Type IDs.
filters__assignee_idNoReturn item(s) with a specific Assignee ID or a range of Assignee IDs.
filters__queryNoReturn item(s) containing query. Searchable fields include Incident title, Creator, Witness Statement, Incident Action description, Incident Action Type, Contributing Behavior, Contributing Conditi...
sortNosort
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only states 'List Incidents' with an HTTP GET, implying a read-only operation, but does not disclose behavioral traits such as pagination (implied by 'page' and 'per_page' parameters), filtering capabilities (via numerous 'filters__*' parameters), sorting options, or potential rate limits. The description is minimal and misses critical operational context.

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 very concise—just one sentence with the tool name, category, and API endpoint. It's front-loaded and wastes no words, but it's arguably too brief given the tool's complexity (19 parameters). While efficient, it could benefit from a bit more context without losing conciseness.

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 tool's complexity (19 parameters, no annotations, no output schema), the description is incomplete. It lacks information on behavior (pagination, filtering), output format, error handling, and usage context. For a list operation with rich filtering, this leaves significant gaps for an AI agent to understand how to effectively invoke the tool.

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%, with detailed parameter descriptions in the schema (e.g., 'per_page' defaults, filter formats). The description adds no parameter semantics beyond the schema, not even mentioning the extensive filtering options. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, but the description fails to highlight key parameters like 'filters__query' for search.

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

Purpose3/5

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

The description states the tool's purpose as 'List Incidents' with a category '[Project Management/Incidents]' and an HTTP method and path. This is clear but lacks specificity about what 'list' entails (e.g., filtered retrieval) and does not differentiate from sibling tools like 'list_incident_alerts' or 'list_incident_action_types', which are also list operations. It's adequate but vague on scope.

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

Usage Guidelines2/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. With many sibling tools (e.g., 'list_incident_alerts', 'list_incident_action_types'), it fails to specify that this tool is for listing incident records themselves, not related entities. No prerequisites or exclusions are mentioned, leaving usage unclear.

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