Skip to main content
Glama
TylerIlunga

Procore MCP Server

Creates A Inspection Item Signature Request

creates_a_inspection_item_signature_request_project_v2_0

Create a signature request for an inspection item. Specify the company, project, item, and signatory to generate the request in Procore.

Instructions

Creates a Inspection Item Signature Request for a specified Inspection. Use this to perform the creates a action on Inspections. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, item_id, signatory_id. Procore API (v2.0): Project Management > Inspections. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{item_id}/signature_requests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
item_idYesURL path parameter — unique identifier for the inspection item.
signatory_idYesJSON request body field — party ID of the signatory
Behavior3/5

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

The description discloses the HTTP 201 success response and the creation action, which aligns with annotations (readOnlyHint=false). However, it contains a minor error by stating 'Creates a new Inspections' instead of 'Signature Request', and does not elaborate on failure modes or side effects beyond what annotations already imply.

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 reasonably concise, consisting of a few sentences. However, it includes a redundant phrase 'Use this to perform the creates a action on Inspections' and a minor error, which slightly detract from clarity. Still, it is 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 absence of an output schema, the description partially compensates by noting the returned object and HTTP status. However, it lacks details on error responses, request body structure beyond the required parameters, and any preconditions. For a creation tool with 4 parameters, more context would be beneficial.

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?

With 100% schema description coverage, the baseline is 3. The description merely lists required parameters without adding new semantics beyond the schema's existing descriptions (e.g., 'unique identifier for the company'). No additional constraints or formatting guidance is provided.

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 that the tool creates an Inspection Item Signature Request for a specified Inspection, with a specific verb and resource. It distinguishes this tool from siblings like 'creates_an_inspection_item_comment' by its unique action and parameters.

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 usage context by listing required parameters but does not specify when to use this tool versus alternatives (e.g., other signature request tools). No explicit when-not or exclusion criteria are given, limiting guidance for the agent.

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