final |
|---|
readonly |
Marks a method as an MCP tool, registered through ServerBuilder::register().
| Methods | ||
|---|---|---|
public
|
__construct(
?string $name = null,
?string $title = null,
?string $description = null,
?ToolAnnotations $annotations = null,
?ToolExecution $execution = null,
null|list<Icon> $icons = null,
null|array<string, mixed> $outputSchema = null,
null|array<string, mixed> $meta = null,
)
|
# |
| Properties | |||
|---|---|---|---|
public
|
?string
|
$name
|
# |
public
|
?string
|
$title
|
# |
public
|
?string
|
$description
|
# |
public
|
?ToolAnnotations
|
$annotations
|
# |
public
|
?ToolExecution
|
$execution
|
# |
public
|
null|list<Icon>
|
$icons
|
# |
public
|
null|array<string, mixed>
|
$outputSchema
|
# |
public
|
null|array<string, mixed>
|
$meta
|
# |