Retool Query
Craft complex database queries from natural language requests to retrieve specific CivitAI model data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add retool-query npx -- -y @trustedskills/retool-query
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"retool-query": {
"command": "npx",
"args": [
"-y",
"@trustedskills/retool-query"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The retool-query skill allows AI agents to execute queries against a Retool application. This enables agents to retrieve data, update records, and trigger actions within a connected Retool workspace. It provides a bridge between the agent's reasoning capabilities and live operational data managed in Retool.
When to use it
- Data Retrieval: An agent needs to fetch customer order details from a Retool dashboard for analysis or reporting.
- Record Updates: An agent identifies an incorrect inventory level in a Retool app and automatically updates the record.
- Workflow Automation: An agent detects a new lead in a CRM (managed within Retool) and triggers a notification to sales.
- System Monitoring: The agent needs to check the status of background jobs running in a Retool application.
Key capabilities
- Execute queries against Retool applications.
- Retrieve data from Retool tables and components.
- Update records within Retool databases.
- Trigger actions defined within Retool workflows.
Example prompts
- "Get the total sales for Q3 from the Retool dashboard."
- "Update the status of order #12345 to 'Shipped' in Retool."
- "Find all customers with overdue invoices in Retool and list their names."
Tips & gotchas
- Requires a valid API key for your Retool workspace. Ensure the agent has appropriate permissions within Retool to perform the requested actions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.