Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Injury

show_injury
Read-onlyIdempotent

Fetches detailed injury information such as affliction type, body parts, harm source, medical treatment, work days affected, and custom fields. Use with project and injury IDs.

Instructions

Returns the specified injury record with full details including affliction type, affected body parts, harm source, medical treatment information, work days impacted, and custom fields. The affected_body_part and afflictions fields are deprecated; use affected_body_parts array and affliction_type instead. 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 when you already know which injury you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the injury. 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, id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/incidents/injuries/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Incidents resource
project_idYesURL path parameter — unique identifier for the project.
incident_idNoQuery string parameter — unique identifier of the incident
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint false), the description explicitly states 'Read-only — it changes nothing in Procore' and discloses failure modes: error payloads with HTTP status codes (401, 403, 404). It also adds default behavior for project_id and deprecation warnings, providing rich behavioral context beyond the structured data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is informative but verbose, containing redundant deprecation warnings ('The affected_body_part and afflictions fields are deprecated' followed by 'NOTE: The afflictions and affected_body_part keys are deprecated'). It packs in many details (endpoint, required parameters, API section) but the duplicate deprecation note and long tail reduce conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description compensates by listing return fields, describing error payloads with common status codes, explaining parameter defaults, and providing the endpoint. It also covers deprecation and resolution guidance, making it highly complete for a read-only tool with 3 parameters.

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 baseline is 3. The description adds meaningful semantics: project_id defaults to procore_set_config when omitted, and id must identify an existing parent record resolved via the list tool. This goes beyond the schema's basic path-parameter descriptions, though it does not explain the optional incident_id parameter.

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 clearly states the tool returns a specified injury record with a detailed list of fields (affliction type, affected body parts, harm source, etc.). It distinguishes from siblings by noting it is for when you already know which injury you want and need its full field set, differentiating it from listing or searching tools.

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 clear context: use when you already know the injury and need full details, and resolve the id with the matching list tool first. It also explains project_id defaults to the configured value. However, it does not explicitly name alternative sibling tools (e.g., list_injuries) or state when not to use it, so it lacks the explicitness of the top calibration example.

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