get_product_map
Retrieve workspace ontology overview: entity counts, concept index, and concept briefs. Use this first to align product-analytics questions with shared vocabulary.
Instructions
Overview of the workspace ontology: entity counts and the concept index. Call this FIRST when answering product-analytics questions — it is the workspace's agreed vocabulary. Returns concept BRIEFS by default (name, truncated definition, tags, link counts) — fetch full detail for the one you need via get_concept. detail:"full" expands in place (paginated; use sparingly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max concepts to return. | |
| detail | No | summary (default): one brief per concept. full: complete concepts (definition, measures with pendoIds, causes, actions) — paginated. | summary |
| offset | No | Concepts to skip (pagination). |