Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Project Checklist Templates

list_project_checklist_templates
Read-onlyIdempotent

Retrieve inspection checklist templates for a project to discover available templates or find a template ID for subsequent operations. Filters and pagination supported; read-only.

Instructions

Returns a list of all Inspection Checklist Templates for a specified Project. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Note: A User with read-only and above permissions to Inspections has access to this endpoint and the URL to individual templates on the web. Use this to discover project checklist templates or to look up the id of one before calling a tool that needs it. project_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of project checklist templates; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. 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: project_id. Procore API (v1.1): Project Management > Inspections. Endpoint: GET /rest/v1.1/projects/{project_id}/checklist/list_templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
sortNoQuery string parameter — sorts the list of Checklist Templates on the attribute given. By default the list is in ascending order. Use '-attribute' to sort in descending order. Ex. 'sort=-trade'.
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
project_idYesURL path parameter — unique identifier for the project.
filters__queryNoQuery string parameter — return item(s) containing search query
filters__trade_idsNoQuery string parameter — array of Trade IDs. Returns item(s) with the specified Trade IDs.
filters__needs_updateNoQuery string parameter — boolean. Return template(s) whose configuration is in need of updates.
filters__response_set_idNoQuery string parameter — array of Item Response Set IDs. Return list template(s) whose items are associated with the given Response Set IDs.
filters__inspection_type_idNoQuery string parameter — array of Inspection Type IDs. Return item(s) associated with the specified Inspection Type IDs.
Behavior5/5

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

Adds significant behavioral context beyond annotations: permission requirements ('read-only and above'), error payload HTTP statuses (401, 403, 404), pagination behavior, and the default for project_id from config. Reinforces read-only nature with 'changes nothing in Procore'. No contradiction 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.

Conciseness5/5

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

The description is long but every sentence earns its place: purpose, filtering reference, permissions, use case, default, return format, pagination, read-only statement, error handling, required params, and API path. It is front-loaded with the main purpose and remains well-structured.

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?

No output schema exists, so the description compensates by explaining return type (JSON array) and pagination response behavior. It also covers permissions, error cases, required parameters, and API endpoint context, making it complete for a list tool with a well-documented schema.

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?

Schema coverage is 100%, so the baseline is 3. Description adds extra meaning by noting project_id defaults to procore_set_config when omitted and explaining page/per_page pagination control, which supplements the schema descriptions rather than repeating them.

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?

Description clearly states the verb and resource: 'Returns a list of all Inspection Checklist Templates for a specified Project.' It identifies project-level scope, distinguishing it from sibling company-level template tools. The use case 'discover project checklist templates or to look up the id of one' further clarifies its purpose.

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?

Provides explicit when-to-use guidance: 'Use this to discover project checklist templates or to look up the id of one before calling a tool that needs it.' It also references filtering documentation. However, it does not explicitly name alternatives or state when not to use, though 'for a specified Project' implies project-level vs company-level distinction.

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