Skip to main content
Glama
TylerIlunga

Procore MCP Server

Add Checklist Template Alternative Response Set

add_checklist_template_alternative_response_set

Assign an alternative response set to a checklist template, updating the associated inspection. Requires template ID, project ID, and alternative response set ID.

Instructions

Sets a Checklist Template's Response Set to the specified Alternative Response Set. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: id, project_id, alternative_response_set_id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/checklist/list_templates/{id}/use_alternative_response_set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — checklist Template ID
project_idYesJSON request body field — unique identifier for the project.
alternative_response_set_idYesJSON request body field — alternative Response Set ID
Behavior3/5

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

Annotations already indicate non-readOnly and non-destructive. The description adds that the update returns the modified object, which is standard. No contradictions. It mentions the PATCH endpoint, but does not disclose any side effects or permissions beyond what annotations imply. For a simple update, this is acceptable.

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 four sentences and includes the essential information. It could be slightly trimmed (e.g., the API endpoint line is helpful but not critical), but overall it is efficient and front-loaded with the main action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description explains that the modified object is returned, which is sufficient for a simple update operation. It also provides API context (Procore section and endpoint URL), helping the agent understand the domain. No major 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?

Input schema has 100% coverage with clear descriptions for all three parameters (id, project_id, alternative_response_set_id). The description redundantly lists required parameters but adds no additional semantic meaning beyond the schema. Baseline score is appropriate.

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 the action (sets a Response Set to an Alternative Response Set) and the resource (Checklist Template). However, it briefly switches to 'Inspections' in the next sentence, causing slight ambiguity. The title is identical and singular, but the description mentions plural 'Inspections'. Still, the core purpose is well-defined.

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 provides general guidance ('Use this to update an existing Inspections'), but does not differentiate from siblings like 'add_alternative_response_set_to_project_checklist_template'. No explicit when-not-to-use or alternative tool mention. It's adequate but lacks precision.

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