Skip to main content
Glama
TylerIlunga

Procore MCP Server

Creates A Inspection Item Signature Request

creates_a_inspection_item_signature_request_project

Create a signature request for an inspection item by uploading a signature attachment. Requires company, project, item, and signature request IDs.

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, id, attachment. Procore API (v2.0): Project Management > Inspections. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{item_id}/signature_requests/{id}/signature

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.
idYesURL path parameter — unique identifier for the inspection item signature request.
attachmentYesJSON request body field — inspection Item Signature To upload a signature you must upload the entire payload as `multipart/form-data` content-type with the `signature` file.
Behavior3/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, idempotentHint=false. The description adds that it returns the created object on HTTP 201 and provides the endpoint, which gives some behavioral context. However, it does not discuss side effects, authentication needs, or what happens to existing data, and the confusing 'performs the creates a action on Inspections' slightly misrepresents the behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is reasonably short but contains redundant and slightly inaccurate phrasing ('Use this to perform the creates a action on Inspections', 'Creates a new Inspections'). It front-loads the main purpose but could be more concise by removing the unnecessary repetition and fixing the typo.

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

Completeness2/5

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

Given the complexity of the Procore API and the existence of similar tools, the description is incomplete. It does not explain what a signature request is, its relationship to inspections, prerequisites, or how the response might look (no output schema). The agent would need additional context to use this tool effectively.

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 baseline is 3. The description adds value by listing required parameters in context and providing the endpoint URL, which clarifies that parameters like company_id, project_id, item_id, and id are path parameters. This supplements the schema descriptions and gives the agent a clearer picture of parameter roles.

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 'Creates a Inspection Item Signature Request for a specified Inspection', which defines the tool's primary action and resource. However, the redundant phrasing 'Use this to perform the creates a action on Inspections' and the typo 'Creates a new Inspections' introduce slight confusion. The purpose is still discernible and distinguishes from sibling tools like 'finds_or_creates_a_inspection_item_signature_request'.

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?

The description provides no guidance on when to use this tool versus alternatives such as 'finds_or_creates_a_inspection_item_signature_request' or the v2.0 variant. It only lists required parameters without contextual usage instructions, leaving the agent to infer the appropriate scenario.

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