Skip to main content
Glama
TylerIlunga

Procore MCP Server

Send Email For File Sharing

send_email_for_file_sharing

Send email notifications to share files from Procore Documents. Specify recipients and message details to dispatch a file-sharing alert.

Instructions

Send email for file sharing. Use this to dispatch the notification or message related to Documents. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: company_id, id. Procore API: Core > Documents. Endpoint: POST /rest/v1.0/companies/{company_id}/files/{id}/send_email

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — unique identifier of the Documents resource
subjectNoJSON request body field — email Subject
bodyNoJSON request body field — email Body
distribution_idsNoJSON request body field — array of distribution identifiers
cc_distribution_idsNoJSON request body field — array of cc distribution identifiers
bcc_distribution_idsNoJSON request body field — bcc_distribution_ids
Behavior4/5

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

Annotations already indicate readOnlyHint=false (mutation) and idempotentHint=false. The description adds value by explicitly stating 'Repeated calls may resend', which reinforces the non-idempotent behavior. It also mentions returning a confirmation, but does not detail side effects or auth requirements. Overall, it adds useful context beyond annotations.

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 5 sentences and front-loaded with purpose. It includes usage, required params, and an API reference. It is relatively concise, though the last sentence about the endpoint may be redundant for an agent that already has schema context. No wasted words overall.

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

Completeness4/5

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

The description covers the main action and mentions a confirmation return. Since there is no output schema, it would be helpful to describe the confirmation format or what happens with optional parameters. However, the schema covers parameter details, so the description is largely adequate. It lacks explanation of optional parameter interactions, but still provides a solid baseline.

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 the schema already explains all parameters. The description only mentions required parameters 'company_id' and 'id' without adding new meaning or constraints. It does not elaborate on the optional parameters like subject, body, or distribution lists, so it does not improve upon the schema.

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 the tool sends an email for file sharing, specifically for Documents. It distinguishes itself from sibling tools like send_email_project by focusing on 'file sharing' via the Documents API endpoint. The verb 'send' and resource 'email for file sharing' are specific and unambiguous.

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 gives a clear context ('for file sharing') and lists required parameters. However, it does not provide guidance on when not to use this tool versus alternatives (e.g., send_email_project) or mention any prerequisites like permissions. The warning about repeated calls is helpful but not a full usage guideline.

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