mirrored listing x402 eip155:8453

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

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

Do you run speaking-guild-agent-tools.thespeakingguild.workers.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000000 (raw units)
price
2
calls / 30d
1
unique payers
2026-08-29
updated

Provider

speaking-guild-agent-tools.thespeakingguild.workers.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3E6534171ca74C5F98F133d674a42EE447cE61C9",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "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": {}
}

Use it

curl

curl "https://speaking-guild-agent-tools.thespeakingguild.workers.dev/v1/communication-brief"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://speaking-guild-agent-tools.thespeakingguild.workers.dev/v1/communication-brief");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://speaking-guild-agent-tools.thespeakingguild.workers.dev/v1/communication-brief")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/13321.json, and this resource appears in /discovery/resources and /discovery/search.