Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_harm_sources

Retrieve and manage harm source data for incident reporting in Procore projects. Filter, sort, and paginate through safety-related incident causes.

Instructions

List Harm Sources. [Project Management/Incidents] GET /rest/v1.0/companies/{company_id}/incidents/harm_sources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
pageNoPage
per_pageNoElements per page
filters__activeNoIf true, returns item(s) with a status of 'active'.
filters__idNoReturn item(s) with the specified IDs.
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...
sortNosort
allNoHarm Sources
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. It mentions 'GET' implying a read-only operation, but does not disclose behavioral traits such as pagination behavior (hinted by 'page' and 'per_page' parameters), rate limits, authentication needs, or what the response format looks like. The description lacks critical details for safe and effective use.

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 concise with two parts: a restatement of the name and an HTTP endpoint. However, it is under-specified rather than efficiently informative—it wastes space on obvious details (GET method) while omitting helpful context. The structure is front-loaded but lacks substance, making it minimally adequate.

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 (8 parameters, no annotations, no output schema), the description is incomplete. It fails to explain the return format, pagination, filtering logic, or relationship to incidents. Without annotations or output schema, the description should compensate with more behavioral and contextual details, which it does not.

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 clear descriptions for all 8 parameters (e.g., 'company_id' as 'Unique identifier for the company'). The description adds no parameter semantics beyond the schema, but the schema is comprehensive. Baseline 3 is appropriate as the schema does the heavy lifting, though the description could have clarified usage of filters like 'filters__active' or 'all'.

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

Purpose2/5

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

The description 'List Harm Sources. [Project Management/Incidents] GET /rest/v1.0/companies/{company_id}/incidents/harm_sources' restates the tool name ('List Harm Sources') and adds minimal context. It specifies the resource ('harm_sources') and HTTP method, but lacks a clear, specific verb beyond 'List' and does not differentiate from sibling tools (e.g., 'list_hazards' or 'list_affliction_types'). The purpose is vague regarding what 'harm sources' are or the scope of listing.

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

Usage Guidelines1/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. It does not mention prerequisites, context (e.g., within incidents), or sibling tools like 'list_hazards' or 'list_affliction_types' that might serve similar purposes. Without any usage instructions, an agent cannot determine appropriate invocation scenarios.

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