Skip to main content
Glama

create_dataset

Import data from S3 to create a new dataset for fine-tuning or evaluating open-source LLMs.

Instructions

Create a new dataset by importing from S3. Datasets can be used for fine-tuning or model evaluation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the dataset
descriptionNoDescription of the dataset contents
source_typeYesSource type (e.g. 's3')
s3_urlNoS3 URL of the dataset (e.g. s3://bucket/path/data.jsonl)
s3_access_key_idNoAWS access key ID
s3_secret_access_keyNoAWS secret access key
s3_regionNoAWS region (e.g. us-east-1)
for_evaluationNoWhether this dataset is for evaluation (default: false)
Behavior3/5

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

Annotations are absent, so the description must disclose all behavioral traits. It mentions the S3 import mechanism but fails to detail failure modes, error handling, idempotency, or permission requirements (e.g., AWS credentials, region). The impact of existing datasets with the same name is not addressed.

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?

Two sentences, no wasted words. Action is front-loaded ('Create a new dataset'), and the purpose is clearly stated. Ideal conciseness.

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

Completeness3/5

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

With 8 parameters, no output schema, and no annotations, the description provides acceptable context (S3 import, usage for fine-tuning/evaluation) but lacks critical details like error handling, duplicate handling, and output expectations for a creation tool.

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 100%, so baseline is 3. The description adds no additional meaning beyond the schema; it merely restates the S3 import aspect. No further enrichment of parameter semantics.

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 action ('Create a new dataset'), the source ('importing from S3'), and the purpose ('fine-tuning or model evaluation'). It effectively distinguishes from sibling tools like 'delete_dataset' or 'list_datasets'.

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 alternatives. The description does not mention prerequisites, when not to use it, or suggest other tools like 'validate_s3' for pre-checking S3 access.

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/cerebrixos-org/tuning-engines-cli'

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