tomtom-automation

Automate Tomtom location and mapping operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill tomtom-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tomtom-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/tomtom-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill tomtom-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually navigating Tomtom API schemas and connection states, allowing for direct execution of mapping and location-based tasks within an AI agent environment.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Tomtom tool schemas to ensure compatibility.
  • Connection Management: Handles authentication and status verification for Tomtom toolkits via Rube MCP.
  • Use Case: A logistics coordinator can use this to query real-time traffic data or geocoding services by simply requesting the task, without needing to manually manage API authentication or endpoint discovery.

Quick Start

Use the tomtom-automation skill to search for available tools and execute a geocoding request for a specific address.

Frequently Asked Questions about tomtom-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Tomtom account to the agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'tomtom' toolkit argument. If the connection status is not ACTIVE, the system will provide an authentication link to complete the setup.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available endpoints for Tomtom can change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids execution errors.

Can I perform bulk operations with this skill?

Yes, you can use the RUBE_REMOTE_WORKBENCH command with run_composio_tool() to execute bulk operations or complex workflows across multiple Tomtom tools.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your execution call.