Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Harm Source

create_harm_source

Creates a new harm source for incident tracking in Procore. Use the company ID and name to define the harm source.

Instructions

Creates a Harm Source with the specified name. Use this to create a new Incidents in Procore. Creates a new Incidents and returns the created object on success (HTTP 201). Required parameters: company_id, name. Procore API: Project Management > Incidents. Endpoint: POST /rest/v1.0/companies/{company_id}/incidents/harm_sources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
nameYesJSON request body field — the Name of the Harm Source
activeNoJSON request body field — flag that denotes if the Harm Source is available for use
Behavior3/5

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

Annotations already signal a non-read-only mutation. The description adds that the tool returns the created object on success (HTTP 201) but does not detail failure cases, permissions, or side effects. It provides minimal additional behavioral 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 reasonably concise at three sentences. The main action is front-loaded, though there is slight redundancy (repeating 'Creates a new Incidents'). Minor inefficiencies, but overall clear and efficient.

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

Completeness3/5

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

For a simple creation tool with annotations and full schema coverage, the description covers basic purpose and required parameters. However, it does not mention the optional active parameter or clarify the relationship between Harm Source and Incidents, leaving some ambiguity.

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%, so the description does not need to add much. It repeats the required parameters (company_id, name) without adding meaning beyond the schema's descriptions, which already define each parameter's type and role.

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 creates a Harm Source with a specified name, distinguishing it from sibling tools like list_harm_sources, update_harm_source, or delete_harm_source. It specifies the verb (creates) and the resource (Harm Source), and mentions the creation of an Incident context.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates when to use the tool ('Use this to create a new Incidents in Procore') but does not provide explicit guidance on when not to use it or alternatives. It mentions required parameters but lacks exclusion criteria.

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