Documentation
Preparing search index...
@kehto/services
McpTool
Interface McpTool
An MCP tool descriptor, as returned by
tools/list
.
interface
McpTool
{
description
?:
string
;
inputSchema
:
{
properties
?:
Record
<
string
,
unknown
>
;
required
?:
string
[]
;
type
:
"object"
;
}
;
name
:
string
;
}
Index
Properties
description?
input
Schema
name
Properties
Optional
description
description
?:
string
input
Schema
inputSchema
:
{
properties
?:
Record
<
string
,
unknown
>
;
required
?:
string
[]
;
type
:
"object"
;
}
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
input
Schema
name
Documentation
Loading...
An MCP tool descriptor, as returned by
tools/list.