Skip to main content
Glama
Mav977

AutoMCP-SQL

by Mav977

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoPath to the SQLite database file./legacy.db

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_usersA

Get rows from users. filters = JSON string like '{"col":"val"}' or empty string for all rows.

create_usersA

Insert a new row into users. data = JSON string like '{"col":"val"}'.

update_usersA

Update a row in users by id. data = JSON string of fields to update.

delete_usersB

Delete a row from users by id.

get_productsA

Get rows from products. filters = JSON string like '{"col":"val"}' or empty string for all rows.

create_productsA

Insert a new row into products. data = JSON string like '{"col":"val"}'.

update_productsA

Update a row in products by id. data = JSON string of fields to update.

delete_productsA

Delete a row from products by id.

get_ordersA

Get rows from orders. filters = JSON string like '{"col":"val"}' or empty string for all rows.

create_ordersA

Insert a new row into orders. data = JSON string like '{"col":"val"}'.

update_ordersA

Update a row in orders by id. data = JSON string of fields to update.

delete_ordersB

Delete a row from orders by id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Mav977/AutoMCP-SQL'

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