Skip to main content
Glama
YeomYuJun

Tibero MCP Server

by YeomYuJun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLASSPATHYesThe path to the Tibero JDBC driver (tibero6-jdbc.jar)
TIBERO_SIDNoThe SID (System Identifier) of the Tibero databasetibero
TIBERO_HOSTNoThe hostname of the Tibero database serverlocalhost
TIBERO_PORTNoThe port number of the Tibero database server8629
TIBERO_USERYesThe username for connecting to the Tibero database
TIBERO_PASSWORDYesThe password for connecting to the Tibero database

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_sqlC

Execute an SQL query on the Tibero server

get_table_infoC

Get detailed information about a table

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: execute_sql handles arbitrary SQL queries, while get_table_info provides metadata about a specific table. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (execute_sql and get_table_info). The naming is predictable and readable throughout the set.

Tool Count2/5

With only 2 tools, the server feels thin for a database interaction domain. Core operations like listing tables, describing schemas, or managing connections are missing, making it under-scoped for typical database workflows.

Completeness2/5

The tool surface is severely incomplete for a Tibero database server. It lacks basic CRUD lifecycle coverage (e.g., no tools for listing databases/tables, creating/dropping tables, or managing transactions), which will cause significant agent failures in database tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues