datagrok-entities

SkillFiles & storage

Call 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.

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

typerequiredoptional
fileconnector, path, nameisDirectory
scriptid, name
queryid, name
connectionid, name
projectid, name
spaceid, name
groupid, name
userid, name

Notes

  • #type passthrough: MCP results return entities with a #type field in PascalCase (e.g. "FileInfo", "DataQuery", "UserGroup"). Pass it as-is in the #type field — the tool normalizes it to the correct type value automatically. You may also pass the normalized type string directly if you already know it.
  • Pass id and all other identifying values exactly from the MCP response — never invent.
  • For files, connector is the connection name string (e.g. "System:DemoFiles") and path is the file path relative to the connector root.
  • For users, use friendlyName as the name field — users have no name property in the MCP response, only friendlyName and login.
  • 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