Skip to main content
Glama
srmadscience

MCP DB Wizard

select_from_dual

Check MCP server connectivity by requesting a single DUMMY row; returns a fixed message showing no database is connected, confirming the client can reach the server before Oracle setup.

Instructions

Returns a single row with one column, DUMMY. This server has NO DATABASE CONNECTION: the value is a fixed message saying so, not a query result, and no SQL is executed. The tool exists to prove that an MCP client can reach this server before Oracle is configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.29

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses that no database connection exists, no SQL is executed, and the return value is a fixed message. This is complete transparency about the tool's non-query behavior and its test nature.

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 with no wasted words. The core behavior is front-loaded ('Returns a single row...'), followed by the critical caveat and the tool's purpose. Every sentence earns its place.

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

Completeness5/5

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

For a parameterless tool with no output schema and no siblings, this description is fully complete. It explains what the tool does, why it exists, and what the output is. Nothing an agent needs to call it correctly is missing.

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

Parameters4/5

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

The tool has zero parameters, so the description does not need to explain parameter semantics. The schema has 100% coverage of an empty property set, and the description adds useful context about the fixed output value, which satisfies the baseline for parameterless tools.

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?

The description states a specific verb and resource: 'Returns a single row with one column, DUMMY.' It also clarifies this is a fixed message, not a query result, making the purpose unmistakable. With no siblings, no further differentiation is needed.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: 'The tool exists to prove that an MCP client can reach this server before Oracle is configured.' This is a clear usage context. There are no alternatives to compare against, so no exclusions are required.

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

Deploy Server

Other Tools