You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).

cohort_email_send

Inactive

Tool of ComOS Federation Gateway

declared in 1.0.0

Send one outbound email as a CO 230 cohort agent (CO 322 effector) — the rail for contacting a REAL external counterparty (a vetted provider, a prospect) from your own address ("<Name> — ComOS Federation"). Restricted to the cohort roots (ent-001..005) — any other caller is denied. Hard limits: 5 sends/agent/day, plain-text body ≤2000 chars, no attachments. Every send journals a receipt (to/subject/provider message id) to your HQ — the receipt IS the state delta. CO 245 applies: offer only what your venture can truly provide.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "to",
    "subject",
    "body"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient email address — a real counterparty, never invented."
    },
    "body": {
      "type": "string",
      "description": "Plain-text body, ≤2000 chars. No attachments."
    },
    "subject": {
      "type": "string",
      "description": "Subject line."
    },
    "reply_to": {
      "type": "string",
      "description": "Optional Reply-To address for routing responses."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →