Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Contributing Condition

create_contributing_condition

Create a new contributing condition to classify incidents in Procore. Provide company ID and condition name to add it for use in incident reporting.

Instructions

Creates a Contributing Condition 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}/contributing_conditions

Input Schema

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

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

Annotations indicate it is not read-only, not destructive, not idempotent, and open world. The description adds that it creates a resource and returns HTTP 201 on success, but does not elaborate on side effects, required permissions, or behavior beyond what annotations already imply. The addition of return status is minimal, and the description does not significantly enhance behavioral transparency.

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 relatively concise at three sentences, but contains redundancy and a confusing statement about 'Incidents' that undermines clarity. The first sentence effectively states the purpose, but the second sentence repeats and introduces error. The structure could be improved by removing the erroneous repetition.

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 create tool with no output schema, the description covers the basic purpose, required parameters, HTTP method, and success response. However, it does not clarify the relationship to incidents (if any), default values for the 'active' parameter, or other constraints. It is adequate but has gaps.

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?

The input schema already provides descriptions for all three parameters (100% coverage). The description reiterates that company_id and name are required, which matches the schema. This adds minimal value, as the schema already specifies required fields. A baseline of 3 is appropriate since the description does not add significant new meaning beyond the schema.

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

Purpose4/5

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

The description clearly states it creates a Contributing Condition and specifies the required parameters. However, it somewhat confusingly says 'Creates a new Incidents' which is inconsistent with the tool name and suggests a possible copy-paste error. The purpose is mostly clear but slightly muddled.

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 does not provide guidance on when to use this tool versus alternatives like create_contributing_behavior. It only states 'Use this to create a new Incidents in Procore,' which is vague and does not differentiate it from sibling tools. No when-not-to-use or alternative suggestions are given.

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