class documentation
class TemporalMCPTool(AgentTool): (source)
Constructor: TemporalMCPTool(server, info, options)
Workflow-side stub for a single MCP tool; dispatches to an activity.
| Method | __init__ |
Bind this tool to a server, its cached info, and activity options. |
| Async Method | stream |
Execute the tool by dispatching to the per-server call-tool activity. |
| Property | tool |
Name of the underlying MCP tool. |
| Property | tool |
Strands ToolSpec built from the cached MCP tool info. |
| Property | tool |
Tool kind identifier used by Strands. |
| Instance Variable | _info |
Undocumented |
| Instance Variable | _options |
Undocumented |
| Instance Variable | _server |
Undocumented |