Skip to main content
Glama
cookieark7

DevVault MCP

by cookieark7

Describe table

describe_table

Inspect a table's columns to see names, data types, nullability, and default values.

Instructions

Show columns (name, type, nullable, default) for a table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesTable name, e.g. "snippets"
Behavior3/5

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

With no annotations provided, the description carries the burden of conveying safety. The word 'Show' implies a read-only operation, which is useful, but it does not disclose error behavior (e.g., what happens if the table doesn't exist) or whether any side effects occur. The description adds minimal behavioral context beyond the obvious read-only intent.

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?

The description is a single, front-loaded sentence that states the action and the output attributes without any wasted words. It is appropriately concise for the tool's simplicity.

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?

The tool is simple (one parameter, no output schema, no annotations), and the description covers the essential aspects: what it does and what fields are returned. It lacks details like error handling or prerequisites, but given the low complexity, it is nearly complete. The mention of returned columns compensates for the absence of an output schema.

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?

The schema provides 100% coverage for the single 'table' parameter with a clear description and example ('Table name, e.g. "snippets"'). The tool description does not add additional parameter semantics beyond what the schema already includes, so the baseline of 3 is appropriate.

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 uses the specific verb 'Show' with the resource 'columns for a table', listing the exact attributes returned (name, type, nullable, default). This clearly distinguishes it from sibling tools like list_tables (which lists tables) and count_rows (which counts rows).

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

Usage Guidelines3/5

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

The purpose is implicitly clear from the description: use this tool to inspect a table's schema. However, there is no explicit guidance on when to choose this over alternatives like run_query or list_tables, nor any mention of prerequisites (e.g., table existence or permission requirements).

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/cookieark7/devvault-mcp'

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