Agent Skill · Carto

carto-explore-datawarehouse

Discover what's in the connected warehouse — schemas, tables, columns, and CARTO named sources.

Provider: Carto Path in repo: skills/carto-explore-datawarehouse/SKILL.md

Skill body

carto-explore-datawarehouse

Before writing SQL or building maps, an agent typically needs to know what’s in the warehouse. This skill covers two CARTO surfaces for that:

And one CARTO-specific concept:

When to use this skill

If you already know the table and just want to query it, jump straight to carto-query-datawarehouse.

Quick reference

# What connections are registered?
carto connections list --json

# Walk the hierarchy (no path = top level)
carto connections browse <connection-name>

# Drill in
carto connections browse <connection-name> "carto-demo-data"
carto connections browse <connection-name> "carto-demo-data.demo_tables"

# Get columns + types for a specific table
carto connections describe <connection-name> "carto-demo-data.demo_tables.nyc_collisions"

The exact path syntax depends on the engine:

Engine browse path shape
BigQuery project.dataset.table
Snowflake DATABASE.SCHEMA.TABLE
Postgres / Redshift schema.table (no leading project/database)
Databricks catalog.schema.table

What’s in this skill

Topic Reference
connections browse and connections describe in detail references/connection-browse.md
Named sources — what they are, how to list and inspect them references/named-sources.md

Always-on guidance

Skill frontmatter

license: MIT

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/carto-explore-datawarehouse"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.