Skip to main content
Glama
josecarlos3390

SAP HANA MCP Server

Search columns by name pattern

hana_search_columns
Read-onlyIdempotent

Find any column in SAP HANA by pattern across all tables or within a schema, using LIKE matching and optional filters, with results capped at 1000.

Instructions

Find all columns matching a LIKE pattern across all tables (or within a schema). Uses SYS.TABLE_COLUMNS. Results capped at 1000.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (hard cap 1000)
schema_nameNoOptional schema filter
column_patternYesLIKE pattern (e.g. %CUSTOMER_ID%, BUKRS)
Behavior4/5

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

Annotations already declare this as a read-only, idempotent operation, and the description adds the underlying system view (SYS.TABLE_COLUMNS) and a hard result cap of 1000. These are meaningful, non-obvious behavioral details that go beyond the 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 just three concise clauses that front-load the action and include key constraints (LIKE pattern, schema filter, 1000 cap) with zero wasted words. It is ideal in length and structure.

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 simple search tool with good annotation coverage, the description covers the source and the result cap. The lack of an output schema means the description could optionally clarify what fields are returned, but this is a minor gap given the tool's straightforward purpose.

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?

All three parameters are fully documented in the schema (100% coverage), so the description adds no additional parameter-level detail. The description's scope phrasing aligns with the schema, but does not go beyond the baseline expected from well-documented 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 a specific action ('Find all columns matching a LIKE pattern') with a defined resource scope ('across all tables or within a schema'), distinguishing it from sibling search tools like hana_search_tables. Including the data source and result cap adds further clarity.

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?

The description implies clear usage context via the LIKE pattern and the optional schema filter, but it does not explicitly name alternative tools or exclusions. It provides enough context for an agent to choose it over similar list/describe tools, though it lacks direct comparison.

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/josecarlos3390/sap-hana-mcp-server'

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