Skip to main content
Glama
CoreBaseHQ

coremcp

by CoreBaseHQ

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_table

Shows detailed schema information for a specific table including columns, types, keys, and relationships

execute_procedure

Executes a stored procedure by name with optional parameters. Parameters are passed as a JSON object string. Only available on non-read-only sources.

get_daily_salesB

Retrieves daily sales summary for a specific date

get_pending_orders

Gets all orders with pending status

get_top_customers

Lists top N customers by order count

list_proceduresA

Lists all stored procedures in a database source with their parameters. Use 'execute_procedure' to run one.

list_tables

Lists all available tables in a database source with their column counts

list_views

Lists all database views in a source with their columns. Views are virtual tables based on stored queries.

query_database

Executes a SQL query on a specified database source. Use this to retrieve data.

Prompts

Interactive templates invoked by user choice

NameDescription
database_schemaShows the complete database schema with tables, columns, types, and relationships

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/CoreBaseHQ/coremcp'

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