Skip to main content
Glama
MIT License
5
  • Apple

mcp_search_comprehensive

Search database objects by name or definition across tables, views, procedures, and more with customizable filters to locate specific patterns or code snippets.

Instructions

Search across database objects by name and definition with configurable criteria

Input Schema

NameRequiredDescriptionDefault
object_typesNoTypes of objects to search in
patternYesSearch pattern or text to find
search_in_definitionsNoWhether to search in object definitions/source code
search_in_namesNoWhether to search in object names

Input Schema (JSON Schema)

{ "properties": { "object_types": { "description": "Types of objects to search in", "items": { "enum": [ "TABLE", "VIEW", "PROCEDURE", "FUNCTION", "TRIGGER", "DEFAULT", "CHECK", "RULE" ], "type": "string" }, "type": "array" }, "pattern": { "description": "Search pattern or text to find", "type": "string" }, "search_in_definitions": { "default": true, "description": "Whether to search in object definitions/source code", "type": "boolean" }, "search_in_names": { "default": true, "description": "Whether to search in object names", "type": "boolean" } }, "required": [ "pattern" ], "type": "object" }

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/hendrickcastro/MCPQL'

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