datagrok-entities
SkillFiles & storageCall datagrok_show_entities after any MCP tool result that returns entity data (files, scripts, queries, connections, projects, spaces, groups, users). Always use the tool — never list entities as plain text, markdown links, or bullet lists.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the datagrok-entities skill
What this skill tells your AI
The instructions your AI receives, as published by datagrok-ai/public in packages/Grokky/dockerfiles/claude-runtime/plugin/skills/datagrok-entities/SKILL.md and read by ahel’s review.
When an MCP tool result contains entity data, call datagrok_show_entities immediately.
The tool renders interactive cards the user can click to open the entity — always prefer
it over prose.
Tool signature
datagrok_show_entities(entities: EntityRef[])
Supported types
| type | required | optional |
|---|---|---|
file | connector, path, name | isDirectory |
script | id, name | — |
query | id, name | — |
connection | id, name | — |
project | id, name | — |
space | id, name | — |
group | id, name | — |
user | id, name | — |
Notes
#typepassthrough: MCP results return entities with a#typefield in PascalCase (e.g."FileInfo","DataQuery","UserGroup"). Pass it as-is in the#typefield — the tool normalizes it to the correcttypevalue automatically. You may also pass the normalizedtypestring directly if you already know it.- Pass
idand all other identifying values exactly from the MCP response — never invent. - For files,
connectoris the connection name string (e.g."System:DemoFiles") andpathis the file path relative to the connector root. - For users, use
friendlyNameas thenamefield — users have nonameproperty in the MCP response, onlyfriendlyNameandlogin. - A single call may mix entity types — the renderer handles them.
- After calling the tool, you may add a short prose summary if useful, but the tool call must come first.
Signals
- GitHub stars
- 72
- Forks
- 32
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
datagrok-entities- Source
- github.com/datagrok-ai/public