Skip to main content
Glama
TylerIlunga

Procore MCP Server

Toggle Checklist Section Not Applicable Status

toggle_checklist_section_not_applicable_status_v1_0_2

Toggle the not applicable status of a checklist section in a specified inspection update, modifying only supplied fields and returning the updated object.

Instructions

Toggles Checklist Section Not Applicable status in a specified Checklist and Checklist Section. 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: list_id, section_id, project_id, not_applicable. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/checklist/lists/{list_id}/sections/{section_id}/toggle_not_applicable

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesURL path parameter — unique identifier of the list
section_idYesURL path parameter — checklist Section ID
project_idYesJSON request body field — unique identifier for the project.
not_applicableYesJSON request body field — not applicable status
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds valuable behavioral context: it is an update operation (not creation), only supplied fields are changed, and it returns the modified object. This enhances transparency beyond annotations. No contradictions found.

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 long, covering purpose, usage context, and required parameters. It also includes API reference line. While generally concise, there is slight redundancy (e.g., mentions 'Checklist' twice in first sentence) and the API reference may be extraneous for an agent. Still, it is well-structured and front-loaded.

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?

For a simple toggle operation, the description is fairly complete. It specifies the action, required parameters, update behavior, and return value. No output schema exists, but the description indicates the return is the modified object, which suffices. Potential gaps: no mention of side effects or failure conditions, but these are minor given the tool's simplicity.

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 descriptions for all four parameters. The description merely lists the required parameters without adding new semantic information. The schema already defines the meaning, so the description adds no extra value for parameter understanding.

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 ('Toggles Checklist Section Not Applicable status') and specifies the resource ('specified Checklist and Checklist Section'). It also mentions updating existing Inspections and returning the modified object. However, it does not differentiate between the two similar versioned sibling tools (v1_0 vs v1_0_2), limiting clarity slightly.

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 basic guidance ('Use this to update an existing Inspections (only the supplied fields are changed)') but does not explicitly state when not to use this tool or compare it to alternatives like the sibling version v1_0. The guidance is adequate but lacks exclusion criteria or explicit context for tool selection.

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