Skip to main content
Glama
GDM-Pixel

Stellaris MCP

by GDM-Pixel

db_schema

Access local database schema snapshot to inspect tables, columns, types, keys, indexes, enums, and RLS policies. No DB connection needed; run db_snapshot first.

Instructions

Read the local database schema snapshot. Returns tables, columns, types, primary keys, foreign keys, indexes, enums, and RLS policies. No DB connection needed — reads from .vectors/db-schema.json. Run db_snapshot first to create or refresh the snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableNoFilter output to a specific table name (e.g. "articles" or "public.articles"). Returns all tables if omitted.
formatNoOutput format: compact (default, human-readable summary), full (complete JSON), sql (CREATE TABLE DDL).
include_indexesNoInclude index definitions in output (default: true)
include_policiesNoInclude RLS policies in output (default: true)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that the tool is read-only ('Read the local database schema snapshot') and that it requires no DB connection. It does not mention error handling if the snapshot is missing, but overall behavior is well explained.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no fluff, front-loaded with the core purpose. Every word adds value—purpose, return types, source, and prerequisite are all covered efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only tool with 4 optional parameters and no output schema, the description adequately covers purpose, source, prerequisite, and return contents. It lacks detail on the return structure format, but the listed items give sufficient context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional meaning beyond what the schema already provides for each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'Read' and the resource 'local database schema snapshot', and enumerates what is returned (tables, columns, etc.). This distinguishes it from sibling tools like db_snapshot (which creates the snapshot) and db_search (which searches within the db).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description mentions the prerequisite 'Run db_snapshot first' and clarifies that no DB connection is needed, implying when to use. It does not explicitly state when not to use or list alternatives, but the context is clear given sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/GDM-Pixel/stellaris-code-search'

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