Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Checklist Signature Request

create_checklist_signature_request

Create a signature request for a checklist to start a new inspection in Procore. Specify the list, project, and signatory to trigger the inspection process.

Instructions

Creates a Signature Request for a specified Checklist. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: list_id, project_id, signatory_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/checklist/lists/{list_id}/signature_requests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesURL path parameter — unique identifier of the list
project_idYesQuery string parameter — unique identifier for the project.
signatory_idYesJSON request body field — iD of the User requested to sign
Behavior3/5

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

Description states creation and HTTP 201 on success, consistent with annotations (readOnlyHint=false). Does not add significant behavioral context beyond what annotations provide. No mention of side effects, prerequisites, or calling constraints.

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?

Relatively concise at four sentences. Structure is logical but has redundancy with 'Creates a new Inspections' repetition. Could be slightly more streamlined.

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?

Covers basic purpose, required parameters, and success response. Lacks explanation of failure scenarios, relationship to inspections, or constraints on signatory. Adequate for a simple create tool but with ambiguity.

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 covers all three parameters with descriptions. Tool description reiterates required parameters but adds no new meaning. Baseline 3 is appropriate given high schema coverage.

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?

Clearly states it creates a Signature Request for a specified Checklist. Provides verb, resource, and endpoint details. Slight confusion with 'create a new Inspections' but overall purpose is clear and distinct from siblings like create_checklist_signature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Lists required parameters but does not provide any guidance on when to use this tool versus alternatives like create_checklist_signature or creates_a_inspection_item_signature_request_project. No when-not or context for appropriate use.

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