coremcp
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": true
} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| database_schema | Shows the complete database schema with tables, columns, types, and relationships |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/CoreBaseHQ/coremcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server