mcp-chinookdb-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_sql_queryA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| list_all_tables | Generate a prompt to list all tables in the database using the schema resource. Returns a list of MCP prompt messages for LLMs. |
| show_table_schema | Generate a prompt to show the schema for a specific table. Args: table_name: The name of the table to show the schema for. Returns: A string prompt for the LLM. |
| count_table_rows | Generate a prompt to count the number of rows in a specific table. Args: table_name: The name of the table to count rows from. Returns: A string prompt for the LLM. |
| query_top_artists | Generate a prompt to find the top N artists by the number of tracks they have. Args: limit: The number of top artists to retrieve (default is 5). Returns: A string prompt for the LLM. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_tables_schema | Provides the schema for all tables in the Chinook database. Returns a formatted string with the schema of each table. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/andrewwgordon/mcp-chinookdb-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server