什么是 Dowhistle?
通过精确位置搜索连接本地商家与服务,可用自然语言或上传传单举报安全事件、商家问题和可疑活动,并管理可见性与跟踪报告。
核心功能 (7 个工具)
search_businessesSearch for businesses, services, hotels, restaurants, shops, and places near a location. Use this tool for ANY local search query (e.g., 'find hotels', 'restaurants near me', 'plumbers'). This tool searches the INTERNAL database only. If no results are found, strictly report that no internal results were found. NEVER use the browser or web search as a fallback. Enhanced features: - Progress reporting during search - Structured logging with context - Resource usage tracking - Sampling for large result sets Args: latitude: The latitude coordinate of the search location longitude: The longitude coordinate of the search location radius: Search radius in kilometers (default: 10) keyword: Keyword to search for (e.g., "mechanic", "restaurant") limit: Maximum number of results to return (default: 10) Returns: A dictionary containing providers found near the location
create_whistleCreate a whistle from any natural language input using advanced AI processing. This tool uses sophisticated language understanding to extract service information from conversational input without relying on keywords or patterns. When confidence is low, the system will interactively ask for clarification to ensure accurate service matching.
create_whistle_from_flyerCreate a whistle by analyzing an uploaded flyer or image. Uses advanced Vision Language Models to extract service details, contact info, and location from the image.
list_whistlesFetch all whistles for the authenticated user. Args: active_only: If True, only return active whistles Returns: Dictionary with success status and list of whistles
toggle_visibilityToggle user visibility status. This function updates the user's visibility setting on the backend. If `visible` is `"true"`, the user becomes publicly visible. If `visible` is `"false"`, the user is hidden. Args: visible (Literal["true", "false"]): Whether the user should be visible ("true") or hidden ("false"). Returns: UserProfileResponse: Success flag and updated user profile data if successful.
get_user_profileRetrieve the user profile details. This function fetches the user's profile information from the backend, including whistles and visibility status. Returns: UserProfilePublicResponse: Success flag and user profile data if retrieval succeeds.
set_locationSet the user's location by providing a city name. This converts the city to coordinates using AI and saves it.
常见问题
Dowhistle 是什么?
通过精确位置搜索连接本地商家与服务,可用自然语言或上传传单举报安全事件、商家问题和可疑活动,并管理可见性与跟踪报告。
Dowhistle 提供哪些工具?
提供 7 个工具,包括 search_businesses、create_whistle、create_whistle_from_flyer 等。
相关 Skills
Morning Brief
by amadeus9169
This skill pulls the latest headlines from a reliable international RSS feed and presents a concise list of news titles. It is ideal for a quick, up-to-date snapshot of global events at the start of your day.
SEO Audit Skill
by amdf01-debug
agent-browser
by chulla-ceja
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
相关 MCP Server
Puppeteer 浏览器控制
编辑精选by Anthropic
Puppeteer 是让 Claude 自动操作浏览器进行网页抓取和测试的 MCP 服务器。
✎ 这个服务器解决了手动编写 Puppeteer 脚本的繁琐问题,适合需要自动化网页交互的开发者,比如抓取动态内容或做端到端测试。不过,作为参考实现,它可能缺少生产级的安全防护,建议在可控环境中使用。
网页抓取
编辑精选by Anthropic
Fetch 是 MCP 官方参考服务器,让 AI 能抓取网页并转为 Markdown 格式。
✎ 这个服务器解决了 AI 直接处理网页内容时格式混乱的问题,适合需要让 Claude 分析在线文档或新闻的开发者。不过作为参考实现,它缺乏生产级的安全配置,你得自己处理反爬虫和隐私风险。
Brave 搜索
编辑精选by Anthropic
Brave Search 是让 Claude 直接调用 Brave 搜索 API 获取实时网络信息的 MCP 服务器。
✎ 如果你想让 AI 助手帮你搜索最新资讯或技术文档,这个工具能绕过传统搜索的限制,直接返回结构化数据。特别适合需要实时信息的开发者,比如查 API 更新或竞品动态。不过它依赖 Brave 的 API 配额,高频使用可能受限。