Skip to main content
Glama
Arun-kc

schemabrain

describe_entity

Read-onlyIdempotent

Gets an entity's bound table, identity column, description, and columns with PII sensitivity. Use when a specific entity is named.

Instructions

Use this when the user names a specific entity (e.g. 'show me the customer entity', 'what's in the order entity'). Returns the entity's bound table, identity column, description, and full column list with PII sensitivity. Use list_entities instead when you don't yet know what entities exist. Common compositions: chain to describe_table to see the physical structure under the entity; chain to describe_column for one column's join graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesEntity name (a single identifier — no dots, no schema qualifier; e.g. `customer`, not `public.customer`). Call `list_entities` first if you don't know the entity names.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
dataNo
errorNo
confidenceNo
provenanceNo
follow_up_hintsNo
degradation_reasonNo
charter_versionNo1.2
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds specific behavioral details: returns entity's bound table, identity column, description, and full column list with PII sensitivity. No contradictions with annotations.

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 concise and front-loaded with the primary use case. Every sentence adds value, covering when to use, what it returns, and how to compose with other tools. No wasted words.

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?

Given the tool has only one parameter, strong annotations, and an output schema, the description is complete. It explains the return structure, prerequisites, and integration with sibling tools, leaving no gaps for an AI agent to misinterpret.

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 coverage is 100% and the input schema already provides a thorough parameter description including format constraints (no dots, no schema qualifier) and a prerequisite (call list_entities first). The tool description repeats these points without adding new parameter-specific semantics beyond the schema.

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 clearly states the tool's purpose: to describe a specific entity when the user names it. It specifies what the tool returns (bound table, identity column, description, full column list with PII sensitivity) and distinguishes it from sibling tools like list_entities.

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?

Explicit guidance on when to use this tool (user names a specific entity) versus alternatives (list_entities when entities are unknown). Also provides common compositions with describe_table and describe_column, showing how to chain tools effectively.

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/Arun-kc/schemabrain'

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