MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / MarkdownifyInput

Class MarkdownifyInput

backend/app/agents/tools/scraping_tools.py:37–39  ·  view source on GitHub ↗

Input schema for Markdownify tool.

Source from the content-addressed store, hash-verified

35
36
37class MarkdownifyInput(BaseModel):
38 """Input schema for Markdownify tool."""
39 website_url: str = Field(description="The URL of the website to convert to markdown")
40
41
42@tool("smart_scraper", args_schema=SmartScraperInput)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected