Skip to main content
Glama
ashev87

Propstack MCP

send_email

Send personalized emails from a broker's connected email account using Propstack email templates. Automate communications like exposés, follow-ups, or lead confirmations and link them to CRM activities.

Instructions

Send an email using a Propstack email template (snippet).

Propstack sends emails through connected broker email accounts. The broker_id determines which account sends the email. The snippet_id selects the email template to use.

Use this tool to:

  • Send an exposé to an interested contact

  • Send a follow-up email after a viewing

  • Send a confirmation or rejection to a lead

Link the email to contacts, properties, and projects so it appears in the correct CRM activity feeds.

Important:

  • broker_id must be a broker with a connected email account

  • snippet_id is the email template ID — the template may contain merge fields that Propstack fills automatically (contact name, property details, etc.)

  • to[] are the recipient email addresses

  • cc[] are optional CC recipients

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient email addresses
toYesRecipient email addresses
broker_idYesSender broker ID (must have connected email account)
client_idsNoContact IDs to link this email to
snippet_idYesEmail template (snippet) ID
project_idsNoProject IDs to link this email to
property_idsNoProperty IDs to link this email to
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that emails are sent through connected broker accounts, that emails can be linked to CRM objects, and that templates may contain auto-filled merge fields. This provides good insight into behavior.

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 well-structured with bullet points and clear sections. It is concise yet thorough, with every sentence adding value.

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 tool's purpose, all parameters with important notes, and the CRM linking aspect. However, since there is no output schema, it could have mentioned the return value (e.g., confirmation ID) for completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds significant value beyond the schema by explaining how parameters relate (e.g., broker_id determines sender, snippet_id selects template), adding context about merge fields, and clarifying the CRM linking purpose.

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 'Send an email using a Propstack email template', with specific verbs and resources. It lists three concrete use cases (exposé, follow-up, confirmation/rejection) and distinguishes this tool from siblings (no other send email tool exists).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use (e.g., sending exposés, follow-ups) and important prerequisites (broker_id must have connected email, snippet_id is template ID). However, it does not explicitly state when not to use or mention alternatives.

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/ashev87/propstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server