ToolAssay

Create a structured professional communication brief using The Speaking Guild's

Create a structured professional communication brief using The Speaking Guild's Clarity Contract, Speech Architecture, Audience Gravity, Authority Transfer, and Delivery Navigation frameworks.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$1.00listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://speaking-guild-agent-tools.thespeakingguild.workers.dev/v1/communication-brief

CategoryEverything else
Provider hostspeaking-guild-agent-tools.thespeakingguild.workers.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "audience": "College faculty and academic advisors",
    "channel": "presentation",
    "constraints": "Use a calm, practical tone and keep the live presentation under 12 minutes.",
    "context": "The process begins next semester and prior changes have caused confusion.",
    "objective": "Help department chairs explain a new advising process and secure consistent adoption."
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "audience": {
              "description": "Who must understand, decide, feel, or act.",
              "maxLength": 600,
              "minLength": 2,
              "type": "string"
            },
            "channel": {
              "default": "general",
              "description": "The intended communication setting.",
              "enum": [
                "presentation",
                "meeting",
                "email",
                "workshop",
                "general"
              ],
              "type": "string"
            },
            "constraints": {
              "description": "Tone, length, timing, legal, policy, or other constraints.",
              "maxLength": 1500,
              "type": "string"
            },
            "context": {
              "description": "Situation, background, stakes, or institutional context.",
              "maxLength": 3000,
              "type": "string"
            },
            "objective": {
              "description": "The result the communication should achieve.",
              "maxLength": 1200,
              "minLength": 3,
              "type": "string"
            },
            "source_material": {
              "description": "Optional notes, draft language, facts, or source material to organize.",
              "maxLength": 8000,
              "type": "string"
            }
          },
          "required": [
            "objective",
            "audience"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "audience_gravity": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "authority_transfer": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "brief_summary": {
              "type": "string"
            },
            "cautions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "clarity_contract": {
              "additionalProperties": false,
              "properties": {
                "audience_need": {
                  "type": "string"
                },
                "central_promise": {
                  "type": "string"
                },
                "intended_outcome": {
                  "type": "string"
                },
                "recommended_ask": {
                  "type": "string"
                }
              },
              "required": [
                "audience_need",
                "intended_outcome",
                "central_promise",
                "recommended_ask"
              ],
              "type": "object"
            },
            "delivery_navigation": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "next_steps": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "speech_architecture": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "key_points": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "purpose": {
                    "type": "string"
                  },
                  "section": {
                    "type": "string"
                  }
                },
                "required": [
                  "section",
                  "purpose",
                  "key_points"
                ],
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "brief_summary",
            "clarity_contract",
            "speech_architecture",
            "audience_gravity",
            "authority_transfer",
            "delivery_navigation",
            "next_steps",
            "cautions"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON