Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Inspection Template Item

create_company_inspection_template_item

Adds a new inspection item to an existing company inspection template. Provide company and template IDs, plus optional item details, and receive the created record with its ID.

Instructions

Creates a Company Inspection Template Item for a specified Checklist Template. Pass the record's fields as top-level arguments — they are nested under "inspection_template_item" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and inspection_template_id must identify an existing parent record — resolve it with the matching list tool first. Creates the company inspection template item and returns it with its new id (HTTP 201); calling it again creates another record. 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: company_id, inspection_template_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoJSON request body field — the name for this Inspections operation
typeNoJSON request body field — item type
positionNoJSON request body field — item position
company_idYesURL path parameter — unique identifier for the company.
section_idNoJSON request body field — unique identifier of the section
response_set_idNoJSON request body field — unique identifier of the response set
inspection_template_idYesURL path parameter — the ID of the Company Inspection Template
Behavior5/5

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

The description discloses several important behavioral traits: non-idempotency ('calling it again creates another record'), return behavior (HTTP 201 with new id), field nesting under inspection_template_item, default company_id behavior, and common error statuses (401/403/404). This adds substantial context beyond the annotations (which only provide hints) and aligns perfectly with them.

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

Conciseness5/5

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

The description is compact yet information-dense, front-loaded with the core purpose and then logically covering prerequisites, return behavior, error handling, required parameters, and API reference. Every sentence provides operational value without unnecessary verbosity.

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 the tool's complexity (7 params, no output schema), the description is comprehensive. It covers creation, parent resolution, defaults, return values, HTTP status codes, and even points to the API endpoint. The optional fields are already described in the schema, so no further detail is needed. This is a complete and self-sufficient description.

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?

The input schema has 100% description coverage with basic field descriptions. The tool description adds valuable meaning by explaining that fields are passed as top-level arguments but nested in the payload, that company_id defaults to the configured value, and that inspection_template_id must be an existing parent. These enrich the parameter semantics beyond the schema's generic descriptions.

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's purpose: 'Creates a Company Inspection Template Item for a specified Checklist Template.' It uses a specific verb ('Creates') and names the exact resource and parent context. It also distinguishes from sibling tools by the creation intent and includes the API endpoint, making it unambiguous.

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 provides clear context: it specifies that inspection_template_id must reference an existing parent and instructs to 'resolve it with the matching list tool first.' It also notes company_id defaults from procore_set_config. However, it does not explicitly contrast with alternative tools (e.g., update/delete) or state when NOT to use it, so it falls short of fully differentiating usage 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