Skip to main content
Glama

Update knowledge base

update_vector_store

Rename or re-tag an existing vector store.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew display name.
metadataNoFreeform metadata to set.
store_idYesId of the vector store.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / metadata / description
      Added value: +"Freeform metadata to set."
    • addedInput schema / properties / name / description
      Added value: +"New display name."
    • addedInput schema / properties / store_id / description
      Added value: +"Id of the vector store."
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, so the description carries some burden. It discloses that the operation is an update ('rename or re-tag'), but does not explain side effects such as whether metadata is replaced entirely or merged, or if name changes affect references. No contradiction with annotations, but behavioral detail beyond the basic operation is missing.

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 a single concise sentence that leads with the action and specifies the resource. No waste, and it effectively conveys the core purpose.

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 update operation with no output schema, the description covers the essential purpose. It doesn't specify whether metadata is merged or replaced, but that is a minor gap given the tool is straightforward and the schema clarifies parameters. Overall adequate for an agent to invoke correctly.

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?

Schema coverage is 100%: the schema already describes name as 'New display name,' metadata as 'Freeform metadata to set,' and store_id. The description's 'rename or re-tag' adds little beyond the schema. Baseline 3 is appropriate since schema covers all parameters.

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 states a clear verb ('Rename or re-tag') and a specific resource ('existing vector store'), which distinguishes it from create_vector_store and delete_vector_store. It is specific and unambiguous about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage (when you want to modify an existing vector store) but does not explicitly mention alternatives or exclusion conditions. It doesn't say 'use create_vector_store to create a new store' or 'use delete_vector_store to remove.' Guidance is embedded but not stated, so it earns a 3.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources