Skip to main content
Glama
TylerIlunga

Procore MCP Server

Send All Unsent Punch Item Emails

send_all_unsent_punch_item_emails

Dispatch all unsent Punch Item emails in a project. Provide the project ID and optional filters to send notifications to assignees or managers.

Instructions

Send all unsent Punch Item emails in a Project. Use this to dispatch the notification or message related to Punch List records. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: project_id. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items/send_all_unsent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesQuery string parameter — unique identifier for the project.
punch_idsNoJSON request body field — array of punch identifiers
recipientNoJSON request body field — recipient role
Behavior4/5

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

Description adds value beyond annotations by stating it dispatches messages, returns confirmation, and that repeated calls may resend (non-idempotent). Annotations only provide non-readOnly, non-destructive, non-idempotent hints, so description fills in behavioral details.

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?

Description is relatively concise at about 4-5 sentences, front-loading the core action. Some redundancy exists (e.g., 'Use this to dispatch...' repeats 'Send'), but overall structure is clear and efficient.

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?

The tool sends emails without an output schema; description mentions returns confirmation but not its structure. It includes API endpoint and version, which is helpful. However, it lacks information on edge cases (e.g., no unsent emails) and error conditions, making it adequate but not exhaustive.

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%, with each parameter already described. Description only reiterates that project_id is required, adding no deeper meaning about punch_ids or recipient beyond what the schema already provides, e.g., don't explain purpose of punch_ids or how recipient affects behavior.

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?

Description clearly states the verb 'send' and resource 'all unsent Punch Item emails in a Project'. The title and description emphasize sending all unsent emails, which distinguishes it from siblings like 'send_unsent_punch_items' and 'send_punch_item_email' that likely handle individual or different scopes.

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?

Description says to use this tool to dispatch notifications related to Punch List records and mentions repeated calls may resend. However, it does not specify when not to use it or provide explicit alternatives among the many sibling tools.

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