from server import mcp
from utils.file_reader import read_csv_summary
@mcp.tool()
def summarize_csv_file(filename: str) -> str:
"""
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.
"""
return read_csv_summary(filename)
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