Update knowledge base
update_vector_storeRename or re-tag an existing vector store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name. | |
| metadata | No | Freeform metadata to set. | |
| store_id | Yes | Id of the vector store. |
update_vector_storeRename or re-tag an existing vector store.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name. | |
| metadata | No | Freeform metadata to set. | |
| store_id | Yes | Id of the vector store. |
Changes observed during successful MCP inspections.
Input schema / properties / metadata / descriptionAdded value: +"Freeform metadata to set."Input schema / properties / name / descriptionAdded value: +"New display name."Input schema / properties / store_id / descriptionAdded value: +"Id of the vector store."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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.