F
licenseNot graded
qualityC
maintenanceRead-only MCP server that lets coding AI agents inspect Oracle Database schema through live metadata.
-
No user-submitted related servers found.
Scored across 3 tools
list_tables and schema_overview both list tables/views, creating overlap. inspect_table is distinct but also covers PK/FK info that schema_overview summarizes. Descriptions help distinguish, but ambiguity remains.
Two tools use verb_noun pattern (inspect_table, list_tables), while schema_overview uses noun_noun. The inconsistency is minor but noticeable.
Three tools is appropriate for a focused schema exploration server. The count covers essential operations without being excessive.
Covers listing tables, detailed table inspection, and schema summary. Minor gaps like lack of view-specific inspection or filtering, but overall the surface is sufficient for the domain.