Skip to main content
Glama
522,758 tools. Updated 2026-09-06 13:08

"Using Laravel Helper Functions and Resolving MySQL Table Query Errors" matching MCP tools:

  • Retrieve recent RawTree query and insert logs to troubleshoot errors, verify activity, and inspect SQL with filters by type, status, origin, and table.
    MIT
  • Retrieve a specific query configuration from a Tulip Table using table and query IDs to access manufacturing data through the Tulip API.
    Apache 2.0
  • Analyze database object dependencies including views, functions, triggers, sequences, extensions, and foreign data wrappers at database, schema, or table level.
    MIT
  • Find test helper structs and factory functions in a Go package's test files to avoid duplicating existing test infrastructure before writing new tests.
    MIT
  • Generate exact ALTER TABLE ADD INDEX SQL for missing MySQL indexes, with composite alternatives and EXPLAIN steps to confirm index usage.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    A read-only MySQL query service that allows SELECT operations, listing tables, and viewing schemas via MCP protocol.
    -
  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol server that provides read-only MySQL database queries for AI assistants, allowing them to execute queries, explore database structures, and investigate data directly from AI-powered tools.
    3
    61
    13
    MIT

Matching MCP Connectors

  • Identify and analyze slow MySQL queries using performance_schema data to optimize database performance by examining execution times, row statistics, and query patterns.
    Apache 2.0
  • Retrieve column definitions for a MySQL table, including field, type, nullability, key, default, and extra info. Supports markdown or JSON output.
    MIT
  • Read rows from a single allowlisted MySQL table with equality/IN/range filters, pagination, and automatic masking of sensitive columns.
    MIT
  • Generate a formatted example table with sample data to preview layouts and styles. Supports grid, box, pipe, and safe formats, along with table styles like mysql.
    MIT
  • Analyze MySQL table statistics to identify optimization needs like index improvements, table fragmentation, and partitioning opportunities by examining size, row counts, and index information.
    Apache 2.0
  • Query any ServiceNow table to retrieve records matching specified criteria. Supports encoded query strings, field selection, and display value resolution for general-purpose data retrieval.
    MIT
  • Remove custom return statements from helper functions by specifying the helper name, and optionally the statement text or row ID. Delete by ID, text, or all statements for a helper.
    MIT
    Destructive