Skip to main content
Glama
tigergraph

tigergraph-mcp

Official
by tigergraph

tigergraph__authenticate

Authenticate to TigerGraph by registering credentials for the current session, enabling secure connections to your graph instances.

Instructions

Register TigerGraph credentials for the current MCP session.

Re-points one of the session's connections at a TigerGraph instance. Omit profile to replace the default profile's connection, or name a profile to replace only that one, leaving the session's other profiles untouched. Stdio mode uses env-var profiles instead and does not need this tool.

Either api_token/jwt_token OR username + password must be supplied. The credentials live only in the session's in-memory connection pool and are dropped on disconnect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesTigerGraph host URL, e.g. https://acme.tgcloud.io.
secretNoTigerGraph GSQL secret (alternative to password auth).
gs_portNoGSQL Server port (default 14240).
profileNoProfile whose connection these credentials replace. Omit, or pass 'default', to replace the default profile's connection. Only this profile is affected; other profiles in the session keep theirs.
passwordNoTigerGraph password (password auth).
ssl_portNoSSL port (default 443).
tg_cloudNoTrue if connecting to TigerGraph Cloud.
usernameNoTigerGraph username (password auth).
api_tokenNoTigerGraph REST++ API token (token auth).
cert_pathNoPath to a CA bundle for TLS verification.
graphnameNoDefault graph for this session.
jwt_tokenNoTigerGraph JWT token (token auth).
restpp_portNoREST++ port (default 9000).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.2

TDQS

A5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of disclosing side effects. It explicitly states that credentials live only in the session's in-memory connection pool and are dropped on disconnect, indicating no persistence. It also notes that only the specified profile is affected, making the tool's behavioral footprint transparent.

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, organized into three focused paragraphs: the core purpose, profile behavior and exception, and authentication requirement plus session scope. Every sentence adds value, with no fluff or repetition.

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 complexity of 13 parameters, the description covers the non-obvious aspects that the schema does not: the 'Either/OR' auth requirement, the default profile substitution, the session-only lifetime, and the stdio-mode exception. This is sufficient context for an agent to decide when and how to invoke the tool.

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

Parameters5/5

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

The schema already provides 100% coverage with descriptions for all 13 parameters. The description adds meaningful semantics beyond the schema by explaining the exclusive auth-method constraint, the default profile behavior, and the session-scoped nature of credentials. This enriches parameter understanding without redundancy.

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: registering TigerGraph credentials for the current MCP session. It further clarifies the scope by explaining it re-points an existing connection at a TigerGraph instance, which distinguishes it from other session-management tools.

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 provides explicit usage guidance: it states when the tool is not needed (stdio mode with env-var profiles), explains the authentication requirement (either api_token/jwt_token OR username/password must be supplied), and clarifies the profile parameter behavior. This gives agents clear conditions for invocation.

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/tigergraph/tigergraph-mcp'

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