Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_project_vendor_insurance

Add insurance records for vendors on Procore projects to track coverage, compliance, and expiration dates.

Instructions

Create project vendor insurance. [Core/Directory] POST /rest/v1.0/projects/{project_id}/vendors/{vendor_id}/insurances

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
vendor_idYesVendor ID
effective_dateNoEffective date
enable_expired_insurance_notificationsNoEnable/Disable expired insurance notifications
exemptNoExempt status
expiration_dateNoExpiration date
info_receivedNoInformation received (or not)
insurance_typeNoInsurance type
limitNoLimit
nameNoProvider name
notesNoNotes
policy_numberNoPolicy number
statusNoStatus
additional_insuredNoAdditional Individuals and/or Companies Insured
division_templateNoDivision Template
insurance_setsNoInsurance Sets
origin_dataNoOrigin data
origin_idNoOrigin ID
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'Create' (a write operation) but doesn't disclose any behavioral traits: no information on permissions required, whether it's idempotent, rate limits, what happens on duplicate creation, or the format of the created record. The HTTP method 'POST' is mentioned, but this is technical detail rather than behavioral guidance for an AI agent.

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 concise (one sentence plus API path) but under-specified. The first sentence states the purpose minimally; the API path adds technical context but doesn't aid the AI agent. It's front-loaded but lacks substance—every word earns its place, but more content is needed for clarity.

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 18 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what 'project vendor insurance' is, what the creation entails, or what is returned. For a complex creation tool with many fields, the description should provide more context about the domain and expected outcomes.

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 description coverage is 100%, so parameters are well-documented in the schema. The description adds no parameter-specific information beyond implying it creates insurance for a project-vendor pair. It doesn't explain relationships between parameters (e.g., effective_date vs expiration_date) or provide examples. Baseline 3 is appropriate since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create project vendor insurance' restates the tool name with minimal elaboration. It specifies the verb 'Create' and resource 'project vendor insurance', but lacks detail about what this insurance entails or its purpose. Compared to sibling tools like 'create_company_vendor_insurance', it doesn't clearly differentiate scope beyond 'project' vs 'company'.

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?

No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites (e.g., existing project/vendor), exclusions, or related tools like 'update_project_vendor_insurance' or 'delete_project_vendor_insurance'. The agent must infer usage from the name alone.

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