Skip to main content
Glama
builtin-tools.ts328 B
/** * Built-in tool constants * Central location for built-in tool names used throughout the codebase */ export const BUILTIN_TOOL_EXECUTE_SQL = "execute_sql"; export const BUILTIN_TOOL_SEARCH_OBJECTS = "search_objects"; export const BUILTIN_TOOLS = [ BUILTIN_TOOL_EXECUTE_SQL, BUILTIN_TOOL_SEARCH_OBJECTS, ] as const;

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/bytebase/dbhub'

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