Tool Discovery
- •
list_bundles— see enabled integrations. Useinclude_inactive=truefor bundles needing credentials. - •
search_tools(query="...")— natural language search across all tools. Use action queries ("send email", "list tables"), not service names. - •
get_tool_info(function_name="...")— full parameter docs. Call before using tools with 3+ parameters. - •
check_readiness(bundle_slug="...")— confirm credentials before calling tools. Omit slug to check all.
- •On auth errors, call
check_readinessbefore retrying. - •Parse JSON responses and present relevant fields — never dump raw JSON.
- •Some tools return MCP UI Apps (interactive dashboards, forms, charts) rendered inline.