nocobase-data-analysis
Goal
Use NocoBase MCP tools to locate the right collection, query business data safely, and produce reliable summaries or grouped analysis.
Prerequisite
- NocoBase MCP must already be reachable and authenticated.
- If MCP returns authentication errors such as
Auth required, stop and ask the user to refresh MCP authentication before continuing.
Default strategy
- Inspect the data source path first.
- Prefer the
maindata source. - If the target collection is not in
main, inspect other enabled data sources. - Once the collection is located, use that
dataSourceexplicitly in every subsequentresource_*call. - Prefer
resource_queryfor counts and grouped analysis only after confirming the query parameter contract. - Fall back to
resource_listplus manual counting when query results are suspicious or need cross-checking.
Useful references:
More from nocobase/skills
nocobase-data-modeling
Create and manage NocoBase data models through the available data-modeling surface. Use when users want to inspect or change collections, fields, relations, or view-backed schemas in a NocoBase app.
266nocobase-acl-manage
Task-driven ACL governance through nb CLI for role lifecycle, global role mode, permission policy, user-role membership, and risk assessment. Use when users describe business permission outcomes instead of raw command arguments.
239nocobase-workflow-manage
Use when users need to inspect, create, revise, enable, or diagnose NocoBase workflows through the `nb` CLI, including trigger selection, node-chain changes, version safety checks, and execution troubleshooting.
236nocobase-ui-builder
>-
228nocobase-utils
General-purpose NocoBase reference utilities covering cross-cutting topics such as evaluator engines, expression syntax, UID generation, and more. Use when you need authoritative reference information or reusable snippets that apply across multiple NocoBase features.
189nocobase-dsl-reconciler
>-
157