{
  "x402Version": 2,
  "id": 13321,
  "slug": "13321",
  "resource": "https://speaking-guild-agent-tools.thespeakingguild.workers.dev/v1/communication-brief",
  "description": "Create a structured professional communication brief using The Speaking Guild's Clarity Contract, Speech Architecture, Audience Gravity, Authority Transfer, and Delivery Navigation frameworks.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3E6534171ca74C5F98F133d674a42EE447cE61C9",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "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"
        },
        "output": {
          "example": {
            "audience_gravity": [
              "Open with a recognizable advising handoff, not policy language."
            ],
            "authority_transfer": [
              "Use one verified before-and-after example and identify the process owner."
            ],
            "brief_summary": "A concise adoption message that connects the new process to fewer student handoffs and gives faculty a clear first action.",
            "cautions": [
              "Do not promise outcomes that the institution has not measured."
            ],
            "clarity_contract": {
              "audience_need": "Understand what changes, why it matters, and what to do first.",
              "central_promise": "The process will make student referrals clearer and easier to complete.",
              "intended_outcome": "Faculty consistently use the new advising process next semester.",
              "recommended_ask": "Review the one-page workflow and use it for the next eligible student referral."
            },
            "delivery_navigation": [
              "Pause after the three-step workflow for one practical question."
            ],
            "next_steps": [
              "Confirm the process owner and link before presenting."
            ],
            "speech_architecture": [
              {
                "key_points": [
                  "Students lose momentum when handoffs are unclear."
                ],
                "purpose": "Name the shared problem",
                "section": "Open"
              },
              {
                "key_points": [
                  "Three steps",
                  "One accountable handoff",
                  "Visible status"
                ],
                "purpose": "Show the new path",
                "section": "Explain"
              },
              {
                "key_points": [
                  "Review the workflow",
                  "Try it on the next referral"
                ],
                "purpose": "Make the first action easy",
                "section": "Activate"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    },
    "builder-code": {
      "info": {
        "s": [
          "cdp_sdk_server"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "maxItems": 11,
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "sourceHost": "speaking-guild-agent-tools.thespeakingguild.workers.dev",
  "lastUpdated": "2026-08-29T12:17:59.207Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T12:17:58.807Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "speaking-guild-agent-tools.thespeakingguild.workers.dev",
    "manifest_name": "speaking-guild-agent-tools.thespeakingguild.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}