|
Entropic 2.3.8
Local-first agentic inference engine
|
Tool for fetching web page content by URL. More...


Public Member Functions | |
| WebFetchTool (ToolDefinition def) | |
| Construct from tool definition. | |
| MCPAccessLevel | required_access_level () const override |
| Read-only tool — requires READ access. | |
| ServerResponse | execute (const std::string &args_json) override |
| Fetch web page content (placeholder). | |
Public Member Functions inherited from entropic::ToolBase | |
| ToolBase (ToolDefinition def) | |
| Construct with a pre-built definition. | |
| const std::string & | name () const |
| Get the tool name. | |
| const ToolDefinition & | definition () const |
| Get the full tool definition. | |
| virtual std::string | anchor_key (const std::string &args_json) const |
| Generate anchor key for this tool result. | |
Additional Inherited Members | |
Protected Attributes inherited from entropic::ToolBase | |
| ToolDefinition | definition_ |
| Tool definition. | |
|
inlineexplicit |
|
overridevirtual |
Fetch web page content (placeholder).
Parse fetch args and return placeholder.
| args_json | JSON with "url" and optional "max_length". |
| args_json | JSON with "url" and optional "max_length". |
Implements entropic::ToolBase.
|
inlineoverridevirtual |
Read-only tool — requires READ access.
Reimplemented from entropic::ToolBase.