SkillJavaScriptv1.0.1
composio-connect
Connect 850+ apps (Gmail, Slack, GitHub, Calendar, Notion, Jira, and more) to OpenClaw via Composio and mcporter.
359 downloads
samotheos
Updated Feb 16, 2026Check if composio MCP server is registered in mcporter
mcporter list
If composio does not appear you should add it with this command:
mcporter config add composio --url $COMPOSIO_MCP_URL
Discovering Tools
Before attempting to call any composio MCP tool, you must perform a targeted search to identify the correct tool name and required parameters.
mcporter list composio --all-parameters | grep -niE -B 14 '^\s*function\s+SPOTIFY_.*(VOLUME|PLAYBACK)|^\s*function\s+.*(VOLUME|PLAYBACK).*SPOTIFY_'
Executing Tools
Once you know the tool name from search, call it:
mcporter call 'composio.SPOTIFY_SET_PLAYBACK_VOLUME(volume_percent:"90")'
mcporter call 'composio.TODOIST_CREATE_TASK(content: "Pay electricity bill", due_string: "tomorrow at 4pm")'
mcporter call 'composio.GMAIL_CREATE_DRAFT(to: "name@example.com", subject: "Quick question", body: "Hey — ...")'