Summarize a Nanostores store
nanostores_store_summaryGet details about a specific Nanostores store including its kind, file location, direct subscribers, and derived relations. Use to understand store structure and dependencies.
Instructions
Use this when you need details about a specific store — its kind, file location, direct subscribers, and first-level derived relations. Accepts store id or name. For multi-hop dependency chains use nanostores_store_subgraph instead. Example: {name: "$counter"} or {storeId: "store:src/stores.ts#$counter"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Exact store id. If provided, takes priority. | |
| name | No | Store name. Used if storeId is not provided. | |
| file | No | Optional relative file path to disambiguate store name. | |
| rootUri | No | Project root URI or path for multi-root setups; defaults to first root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | Yes | ||
| resolution | Yes | ||
| subscribers | Yes | ||
| derivesFrom | Yes | ||
| derivedDependents | Yes |