Skip to main content
Glama
tigergraph

tigergraph-mcp

Official
by tigergraph

tigergraph__upsert_vectors

Upsert multiple vertices with vector data inline via the REST API, specifying vertex type, vector attribute, and optional attributes for each vertex.

Instructions

Upsert multiple vertices with vector data using the REST Upsert API. Vectors must be provided inline as lists of floats (i.e., already in memory). To bulk-load vectors from a local file, use 'load_vectors_from_csv' or 'load_vectors_from_json' instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoConnection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles.
vectorsYesList of vectors to upsert, each with vertex_id, vector, and optional attributes.
graph_nameNoName of the graph. If not provided, uses default connection.
vertex_typeYesType of the vertices.
vector_attributeYesName of the vector attribute.

Schema Changelog

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

  1. First observedv1.0.2

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It mentions the upsert operation and inline vector requirement, but does not explicitly disclose side effects such as creating/overwriting vertices or whether existing attributes are replaced.

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, using two clear sentences with no unnecessary information. The alternative-file guidance is included without redundancy.

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 provides the essential operational context: inline vector data, the REST API mechanism, and the alternative for file-based bulk loads. It does not cover edge cases or return behavior, but is sufficient for 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?

The schema already describes all parameters with 100% coverage, including nested fields. The description adds little beyond the schema, so a baseline score is appropriate.

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 operation: upserting multiple vertices with vector data using the REST Upsert API. It also distinguishes this tool from the file-based loading alternatives in the sibling list.

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?

It explicitly states that vectors must be provided inline as lists of floats and directs users to load_vectors_from_csv or load_vectors_from_json for bulk-loading from a local file, providing clear usage context versus alternatives.

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