Skip to main content
Glama

MCP Mix Server

by mlstudios-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
summarize_csv_file

Summarise a CVS file by reporting its number of rows and columns.

Args: filename (str): Name of the CSV file in the /data directory.

Returns: str: A string describing the file's dimensions.

summarize_parquet_file

Summarise a Parquet file by reporting its number of rows and columns.

Args: filename (str): Name of the Parquet file in the /data directory.

Returns: str: A string describing the file's dimensions.

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/mlstudios-ai/mcp-mix-server'

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