Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Checklist Template Section

create_company_checklist_template_section

Create a new section in a company checklist template to organize inspections. Add structured sections to templates via Procore API.

Instructions

Creates a Company Checklist Section for a specified Checklist Template. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: company_id, list_template_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/checklist/list_templates/{list_template_id}/sections

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
list_template_idYesURL path parameter — the ID of the Checklist Template
nameNoJSON request body field — the name for this Inspections operation
positionNoJSON request body field — the position of Section
Behavior3/5

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

Annotations (readOnlyHint=false, destructiveHint=false) indicate mutability but the description adds that it returns the created object on HTTP 201. However, it does not disclose side effects, required permissions, or error behavior. The description is additively useful but limited beyond annotations.

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 4 sentences. The first sentence is clear, but subsequent sentences repeat the creation intent and include an error ('Inspections' instead of 'Section'). The structure is adequate but contains redundancy and a minor inaccuracy, reducing efficiency.

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?

There is no output schema, so the description should describe the return value. It mentions 'returns the created object on success (HTTP 201)' but does not specify the object structure, constraints on name/position, or error scenarios. For a simple 4-param tool, key details are missing.

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 baseline is 3. The description only lists required parameters (company_id, list_template_id) and provides the endpoint URL. It does not add semantic meaning for 'name' or 'position' beyond what the schema already provides, so no extra value.

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 states it 'Creates a Company Checklist Section for a specified Checklist Template,' clearly indicating verb and resource. However, it includes an erroneous duplicate phrase 'Creates a new Inspections in Procore' which introduces confusion and slightly detracts from clarity.

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 implies usage by stating 'Use this to create a new Inspections' and lists required parameters (company_id, list_template_id). It does not provide explicit when-to-use or when-not-to-use guidance, nor mention alternatives. Among siblings, there are other section creation tools, so differentiation is implied but not explicit.

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