Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_injury

Create injury records in Procore projects to document workplace incidents, track treatment details, and manage regulatory reporting requirements.

Instructions

Create Injury. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/injuries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
run_configurable_validationsNoWhether or not Configurable validations from the Injury Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/configurable-field-sets#list-project-con...
incident_idYesThe ID of the Incident
date_of_deathNoDate of death
descriptionNoDescription of event in Rich Text format
date_returned_to_workNoDate returned to work
filing_typeNoFiling Type - The 'recordable' filing_type value is deprecated. When a filing type of 'recordable' is provided, the `recordable` attribute of the Injury will instead be set to 'true'.
hospitalized_overnightNoRepresents whether the injured person was hospitalized overnight
recordableNoRepresents whether the Injury record is recordable
treated_in_erNoRepresents whether the injured person was treated in the ER
treatment_facility_addressNoThe street address of the treatment facility
treatment_facilityNoThe name of the treatment facility
treatment_providerNoThe name of the treatment provider
work_days_absentNoThe number of days absent from work
work_days_restrictedNoThe number of days on restricted work
work_days_transferredNoThe number of days transferred
affliction_type_idNoThe ID of the Affliction Type. This cannot be cleared if there is an affected_body_part.
body_diagram_typeNobody_diagram_type
affected_body_partsNoDEPRECATED - Use body_part_ids instead. The body parts affected by the affliction. This requires an affliction_type to be set.
affected_person_idNoThe ID of the Affected Person. This only supports full Users from the Users endpoints.
affected_party_idNoThe ID of the Affected Person. This supports full and reference Users from the People endpoints.
body_part_idsNoThe IDs of body parts affected by the affliction. This requires an affliction_type to be set.
harm_source_idNoThe ID of the Harm Source
affected_company_idNoThe ID of the Affected Company
managed_equipment_idNoThe ID of the Managed Equipment
work_activity_idNoThe ID of the Work Activity
custom_field_%{custom_field_definition_id}NoValue of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ...
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 states 'Create Injury' and includes an HTTP method (POST), implying a write operation, but does not disclose behavioral traits such as required permissions, whether it triggers notifications, if it's idempotent, or what happens on success/failure. The description lacks critical context for a mutation tool with 27 parameters.

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: 'Create Injury.' and '[Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/injuries'. It is front-loaded with the action, but includes extraneous API endpoint details that may not aid an AI agent. However, it avoids redundancy and is efficiently structured in a single line.

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 (27 parameters, no annotations, no output schema), the description is incomplete. It does not explain the tool's role in incident management, dependencies on other tools (e.g., 'create_incident'), expected output, or error conditions. For a creation tool with many parameters and no structured behavioral hints, more context is needed to guide proper usage.

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 already documents all 27 parameters thoroughly. The description adds no parameter-specific information beyond what the schema provides, such as explaining relationships between parameters (e.g., 'incident_id' is required, linking to an existing incident). Baseline score of 3 is appropriate as the schema does the heavy lifting, but the description does not compensate with additional insights.

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 'Create Injury. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/injuries' states the action ('Create Injury') and resource ('Injury' under 'Incidents' in 'Project Management'), but it is vague about what 'Injury' entails (e.g., a record of a workplace injury). It does not distinguish from siblings like 'create_incident' or 'create_accident_log', which are listed among sibling tools, leaving ambiguity in 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?

No guidance is provided on when to use this tool versus alternatives. Sibling tools include 'create_incident', 'create_accident_log', 'create_near_miss', and 'create_property_damage', but the description does not mention any of these or specify prerequisites like requiring an existing incident. Usage is implied only by the context '[Project Management/Incidents]', which is insufficient for clear differentiation.

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