Skip to main content
Glama
TylerIlunga

Procore MCP Server

Send Unsent Punch Items

send_unsent_punch_items

Dispatch email notifications for unsent Punch Items in Procore. Send reminders for pending punch list items; each call delivers another copy.

Instructions

Sends email notifications for unsent Punch Items. Dispatches the message and returns a confirmation; calling it again sends another copy. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items/send_unsent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — unique identifier for the Procore project
Behavior4/5

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

With annotations marking readOnlyHint false, idempotentHint false, and destructiveHint false, the description adds valuable behavioral details: calling it again sends another copy (non-idempotency), failures carry HTTP status codes (401/403/404), and it returns a confirmation. This goes beyond the annotations and aids the agent.

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

Conciseness5/5

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

The description is concise and front-loaded, with the first sentence stating the core purpose. Subsequent sentences add important behavioral and error-handling context, plus an API reference, without redundancy.

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

Completeness5/5

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

For a single-parameter tool with no output schema, the description covers purpose, side effects, error conditions, required parameter, and API endpoint. It is sufficiently complete for an agent to select and invoke the tool correctly, though it could mention sibling distinctions.

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 coverage is 100%, and the schema already documents project_id as a required identifier. The description only restates that project_id is required, adding no new semantic detail beyond the schema.

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 uses a specific verb ('Sends') and resource ('email notifications for unsent Punch Items'), clearly stating the tool's function. However, it does not differentiate from nearby siblings like send_all_unsent_punch_item_emails or send_punch_item_email, so it misses the top score.

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 implies usage by stating the action and required parameter, but provides no explicit guidance on when to use this tool versus alternatives such as send_punch_item_email or send_all_unsent_punch_item_emails. It also doesn't mention prerequisites or exclusions.

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