{"id":"html_to_text","name":"HTML To Text","alias":"HtmlToText","aliases":[],"description_short":"Extract text from a given HTML page","description_long":"A simple agent that returns the text of a given HTML page.\nFirst, we try to extract the text from the html with the readability tool.\nIf we don't find it, extract the text from the html with the beautifulsoup library.","description_tool_prompt":"A simple agent that returns the text of a given HTML page.\nFirst, we try to extract the text from the html with the readability tool.\nIf we don't find it, extract the text from the html with the beautifulsoup library.","source":null,"conversation_examples":[],"tags":[],"available_in_chat":false,"available_in_deepthink":false,"available_in_mcp":null,"mcp_audience":"all","config":{"type":"object","properties":{},"required":[]},"item":{"type":"object","properties":{"html_code":{"description":"HTML code of the page to process","title":"Html Code","type":"string"}},"required":["html_code"]},"response":{"properties":{"text":{"description":"Text extracted from the html","title":"Text","type":"string"}},"required":["text"],"title":"HtmlToTextProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}