Skip to main content
Glama
Marcus-Chu-Chu

bahatanong

Related Servers

Alternatives to bahatanong

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables conversational spatial SQL queries in plain English, turning natural language questions into validated PostGIS operations and rendering results as GeoJSON on an interactive map.
      -
    • F
      license
      A
      quality
      B
      maintenance
      Enables language models to query a clinical relational database through a small set of validated, row-capped tools, with evaluation of answerability and data leakage.
      4
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables enterprise SaaS support teams to get retrieval-augmented answers from indexed support documentation and to run natural-language questions as SQL queries against a support PostgreSQL database. It returns answers with source references and exposes the generated SQL alongside its results, with optional tracing and evaluation.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables natural-language querying of PostgreSQL databases with schema grounding and self-correcting error recovery. Provides a live audit trace and verifies results through exploratory decomposition and empty-result sanity checks.
      -
    • A
      license
      A
      quality
      D
      maintenance
      Enables natural language search and retrieval of data from Japan's Ministry of Land, Infrastructure, Transport and Tourism (MLIT) Data Platform, including location-based queries, attribute filtering, and data visualization capabilities.
      18
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Answers natural-language questions against Postgres, Oracle, Snowflake, Databricks, DuckDB and SQLite via db_read(question) and get_schema(), each separately grantable. The model only proposes SQL — shape, access, dialect and query plan are checked deterministically before any rows are read, and the server refuses rather than returning an unverified answer.
      40
      Apache 2.0

    TDQS

    A3.9/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool targets a clearly distinct concern: run_sql executes queries, get_schema returns metadata, search_briefs finds briefs semantically, get_brief retrieves one brief by pcode, and glossary_lookup defines terms. There is no meaningful overlap between these operations.

    Naming Consistency4/5

    Four tools follow a verb_noun pattern: run_sql, get_schema, search_briefs, get_brief. glossary_lookup is the outlier, since it reads as noun_verb rather than lookup_glossary, but the naming is otherwise consistent and all use snake_case.

    Tool Count5/5

    Five tools is a well-scoped size for a domain combining queryable atlas views, brief retrieval/search, and glossary references. Each tool provides a distinct capability without redundancy or unnecessary surface area.

    Completeness4/5

    The core workflows are covered: schema discovery, data querying, brief search, brief retrieval, and term definition. A minor gap is that there is no direct way to enumerate all pcode values or list all briefs, though search_briefs and get_schema can help agents work around this.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues