create-my-tools-profile
Create my tools profile
Scan the user's configured Zapier MCP tools and generate a personalized instruction file that teaches the AI assistant what tools are available and when to use them. Works across clients (Cursor, Claude, Windsurf, etc.).
This is the "post-onboarding" step: the user has already added tools via the setup skill, and now we crystallize that into persistent instructions.
Prerequisite: Verify tools exist
First, determine the mode by checking if list_enabled_zapier_actions is available as a tool.
Agentic mode: Call list_enabled_zapier_actions. If it returns an empty list, stop here and redirect — call get_zapier_skill with name "zapier-mcp-onboarding" to get tools configured first. Do not continue with the steps below.
Classic mode: Check that action tools are available (tools like slack_send_channel_message, gmail_find_email — not just the built-in get_configuration_url). If no action tools are configured, stop here and trigger the zapier-setup skill instead. Do not continue with the steps below.
If no tools exist at all:
"You don't have any tools set up yet, so there's nothing to build a profile from. Let's get some tools configured first."
Step 1: Inventory enabled tools
More from zapier/zapier-mcp
zapier-status
Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".
7zapier-setup
Set up Zapier MCP and add tools to your AI assistant. Introduces what Zapier can do, walks through authentication, detects your server mode, then branches into the right flow — summary for healthy setups, reconnect for broken auth, onboarding for fresh installs, or config help when the server is missing. Use when getting started, troubleshooting connection issues, adding new tools, or when the user asks "what can I do now", "what can I do with Zapier", "show me how the Zapier plugin works", "what is Zapier MCP", "how does Zapier work", or "tell me about Zapier".
4