ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action that returns a lightweight list of all entities in the system. Returns only entity name, schema name, and description - perfect for discovering what entities exist before drilling into details with Explore Database Schema.
This action is optimized for research agents that need to:
Features:
Example