Skip to main content
Glama
tigergraph

tigergraph-mcp

Official
by tigergraph

tigergraph__get_tool_info

Discover a TigerGraph tool's capabilities, use cases, examples, prerequisites, and related tools to plan your next steps.

Instructions

Get detailed information about a specific TigerGraph tool.

Use this tool when:

  • You want to understand a tool's capabilities

  • You need examples of how to use a tool

  • You want to know prerequisites or related tools

Returns:

  • Detailed tool description

  • Use cases and examples

  • Prerequisites and related tools

  • Common next steps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_nameYesName of the tool to get information about. Example: 'tigergraph__add_node' or 'tigergraph__search_top_k_similarity'

Schema Changelog

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

  1. First observedv1.0.2

TDQS

A3.8/5.0
Behavior3/5

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

The description specifies the return content (tool description, use cases, prerequisites, related tools, next steps) but does not explicitly state whether the operation is read-only or free of side effects. With no annotations available, this leaves a minor gap in behavioral transparency.

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 compact and well-structured: a one-line summary, a short 'Use this tool when' bullet list, and a short 'Returns' bullet list. It is easily scannable and contains no redundant or irrelevant content.

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 description gives sufficient context for an agent to understand what information will be returned and when to call this tool. It does not mention error conditions or invalid tool names, but those are not essential for a simple documentation-lookup tool.

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 input schema fully documents the single 'tool_name' parameter with a description and example, achieving 100% coverage. The overall tool description does not add meaningful extra detail beyond what the schema already conveys, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves detailed information about a specific TigerGraph tool, with a one-line purpose and concrete use-case bullets. It distinguishes this meta-tool from other 'get' tools by focusing on tool metadata rather than graph data.

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 'Use this tool when' section explicitly lists three scenarios—understanding capabilities, needing examples, and learning prerequisites/related tools—which gives an agent clear guidance on when to invoke this documentation-lookup tool.

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