Skip to main content
Glama

recommend_next

Recommends ranked next actions for data exploration. Provide a source ID for quick EDA or a run ID to read cached results, and receive pre-filled tool calls ready to execute.

Instructions

Return ranked, pre-filled next-action tool calls.

    Pass `source_id` (will run quick EDA if no run cached) or `run_id`
    (reads from artifact). Suggestions come back with full args ready to
    invoke — designed for local models that pick from a numbered menu.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintsNo
run_idNo
source_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that passing source_id runs quick EDA if no run is cached, run_id reads from artifact, and return values come with full args ready to invoke. This adds meaningful context beyond what a schema or annotations would provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loaded with the key outcome, and uses formatting (bold, code) to emphasize important terms. Every sentence adds value with no redundancies.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema, so return structure need not be fully described. The description covers input alternatives and a key behavioral trait (pre-filled args). Given the moderate complexity and the presence of many sibling tools, it is sufficiently complete for an agent to decide when and how to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must clarify parameters. It explains source_id and run_id semantics, but does not explain `hints`. This partial compensation is adequate but leaves one parameter undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Return ranked, pre-filled next-action tool calls.' It uses a specific verb (Return) and resource (next-action tool calls), and the 'pre-filled' detail distinguishes it from sibling tools like recommend_tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage context by explaining when to pass source_id versus run_id, and notes it is designed for local models picking from a numbered menu. It doesn't explicitly exclude alternatives, but the parameter guidance is actionable and implies when this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/charliecpeterson/edamcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server