Skip to main content
Glama

data_table_create

Generate a data table from notebook sources by specifying the notebook ID, optional source IDs, language, and focus instructions.

Instructions

Generate a data table from notebook sources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoLanguage code
source_idsNo
notebook_idYes
focus_promptNoFocus/instructions
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It does not mention whether the tool is idempotent, destructive, requires authentication, or what side effects occur (e.g., creating a persistent resource). Only states it 'generates' without further detail.

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

Conciseness3/5

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

The description is a single sentence, which is concise but lacks structure. It front-loads the primary action but provides no additional details or organization, making it minimally viable.

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

Completeness2/5

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

For a creation tool among many siblings, with no output schema and moderate schema coverage, the description is too sparse. It does not explain the output format, usage patterns, or how parameters interact, leaving significant gaps for an agent.

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

Parameters2/5

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

Schema coverage is 50% (language and focus_prompt described, source_ids and notebook_id not). The description adds no extra meaning beyond the schema; it does not explain how 'source_ids' relate to 'notebook sources' or the impact of 'focus_prompt'. Thus, it insufficiently compensates for missing schema descriptions.

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

Purpose4/5

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

The description uses the verb 'Generate' and specifies the resource 'data table', which is distinct from sibling tools like 'infographic_create' or 'slide_deck_create'. However, it lacks detail about what kind of data table (e.g., structured tabular data) and how it relates to 'from notebook sources'.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus other creation tools. It does not specify prerequisites, limitations, or alternatives such as when to use 'report_create' or 'infographic_create' instead.

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/moodRobotics/notebooklm-mcp-server'

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