Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Checklist (Inspection)

create_checklist_inspection

Creates a new inspection in a Procore project from a specified template. Defines inspection details and triggers validations as needed.

Instructions

Creates an instance of Inspection in a given Project. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: project_id, list_template_id, list. Procore API (v1.1): Project Management > Inspections. Endpoint: POST /rest/v1.1/projects/{project_id}/checklist/lists

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
run_configurable_validationsNoQuery string parameter — if true, validations are run for the corresponding Configurable Field Set.
list_template_idYesJSON request body field — iD of the Checklist List Template (Inspection Template) that the Checklist (Inspection) will be created from
listYesJSON request body field — the list for this Inspections operation
Behavior4/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and non-destructive. The description adds that it returns the created object on success and includes the API endpoint, enhancing transparency. No contradictions with annotations.

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 three sentences plus endpoint info. It repeats the creation purpose in the first two sentences, which is slightly redundant but overall concise and front-loaded with key information.

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?

Given the tool has a nested 'list' parameter with no output schema, the description does not explain the return structure or the 'list' object contents. It mentions 'returns the created object' but lacks detail. Among many siblings, it doesn't differentiate from other create tools.

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?

Input schema covers all 4 parameters with descriptions (100% coverage). The description explicitly lists the three required parameters, adding value beyond the schema. However, it does not explain the 'list' object structure, which is a nested object.

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 an instance of Inspection in a given Project, using the verb 'creates' and the specific resource 'Inspection'. It also specifies HTTP 201 on success and lists required parameters, making the purpose unambiguous.

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 says 'Use this to create a new Inspections' but does not provide guidance on when not to use it or alternatives. It lacks explicit exclusions or comparisons to sibling tools, which is acceptable but not excellent.

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