Buzzr Sports Engine API
    Preparing search index...

    Type Alias ToolTextContent

    Text content block returned to MCP clients.

    type ToolTextContent = {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string
    type: "text"