Skip to main content
Glama
hortusys

android-sqlite-inspector

by hortusys

Related Servers

Alternatives to android-sqlite-inspector

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Enables AI agents to directly access and query Android app databases (SQLite/Room) via ADB, supporting schema inspection and live SQL CRUD operations.
      7
      2 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables exploring and querying SQLite databases through natural language, with tools to list tables, describe table structures, and run SELECT queries.
      MIT
    • F
      license
      B
      quality
      D
      maintenance
      Provides comprehensive Android device management capabilities through ADB, including device management, app management, file operations, and system monitoring.
      18
      1
      -
    • A
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables comprehensive SQLite database management through natural language, including database creation, table operations, data CRUD operations, backup/restore functionality, and CSV import/export capabilities.
      MIT

    TDQS

    A4/5.0

    Scored across 12 tools

    Disambiguation4/5

    Most tools target distinct actions and resources, but the query variants (query, multi_query, query_paginated, export) overlap in purpose and could be confused if descriptions are not read carefully. The read-only vs. write distinction between query and execute is clear, and schema_diff/room_info are well-separated from the rest.

    Naming Consistency4/5

    The list_* tools follow a clear, consistent pattern, and describe_table, schema_diff, and export are also descriptive. However, room_info breaks the verb-noun pattern, and the query variants mix styles (query, multi_query, query_paginated) though they remain readable.

    Tool Count5/5

    Twelve tools is well-scoped for an Android SQLite inspector, covering discovery, schema inspection, querying, and modification without unnecessary bloat. Each tool has a meaningful role in the workflow.

    Completeness5/5

    The tool surface covers the full inspection lifecycle: device discovery, package/database/table enumeration, schema details, read/write operations, pagination, batch queries, Room metadata, schema diffing, and export. No obvious dead ends or critical missing operations are apparent for the stated purpose.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues