Skip to main content
MCP resources are read-only data URIs your client can fetch for background context. Unlike tools, they do not perform actions - they provide lists your AI can use to resolve company names and understand workspace structure.
Not every client surfaces resources in the UI. Claude may use them implicitly when relevant. Tools such as accounts and company are more reliable for explicit requests.

Available resources

pgai://companies

Tracked companiesAll companies your organisation tracks in PG:AI (id, name, domain).Helps the model resolve “Tell me about Airtable” to the correct account UUID.

pgai://territories

TerritoriesTerritories configured for your organisation.Useful for prompts like “What accounts are in my EMEA territory?” when combined with tools.

Resources vs tools

For most workflows, prefer accounts (filtered, paginated, enrichment metadata) over the companies resource. Use company for rich profile data on one account.

Example shapes

Responses are JSON. Exact fields may include additional metadata from your workspace.

Companies

Territories

Start exploration with “List my tracked accounts” (accounts tool) - it returns more useful fields than the passive resource alone.