mcp.schema.McpSchema.CallToolResult
See theCallToolResult companion object
The server's response to a tools/call request from the client.
Value parameters
- content
-
A list of content items representing the tool's output. Each item can be text, an image, or an embedded resource.
- isError
-
If true, indicates that the tool execution failed and the content contains error information. If false or absent, indicates successful execution.
Attributes
- Companion
- object
- Source
- McpSchema.scala
- Graph
-
- Supertypes
Members list
In this article