Buzzr Sports Engine API
Preparing search index...
@buzzr/mcp
BuzzrToolDefinition
Type Alias BuzzrToolDefinition
A fully-described MCP tool: schema for clients, handler for calls.
type
BuzzrToolDefinition
=
{
description
:
string
;
handler
:
(
args
:
unknown
)
=>
Promise
<
ToolResult
>
;
inputSchema
:
z.ZodType
;
name
:
string
;
title
:
string
;
}
Index
Properties
description
handler
input
Schema
name
title
Properties
description
description
:
string
handler
handler
:
(
args
:
unknown
)
=>
Promise
<
ToolResult
>
input
Schema
inputSchema
:
z.ZodType
name
name
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
handler
input
Schema
name
title
Buzzr Sports Engine API
Loading...
A fully-described MCP tool: schema for clients, handler for calls.