Skip to main content
Glama

vectr_pin

Idempotent

Pin a note to guarantee it is injected into every recall call, regardless of query relevance. Use for critical notes that must never be missed; unpin with pinned=false.

Instructions

Pin a note so it is injected on EVERY future vectr_recall(query=...) call, regardless of the query — never relevance-scored, never dropped for being off-topic. Use for a note that must never be missed by an unlucky query (the same standing-rule role kind='directive' already plays, but for a note you don't want to reclassify as a directive). Pass pinned=false to unpin. Bounded: only a small configured number of directive+pinned notes ever occupy this unconditional tier, so pin sparingly. Equivalent to passing pin=true directly to vectr_remember at write time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinnedNotrue to pin (default), false to unpin
note_idYesID of the note to pin/unpin (the [#N] id from vectr_recall)

Schema Changelog

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

  1. Addedv1.10.0

TDQS

A4.6/5.0
Behavior5/5

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

The description discloses non-obvious behavior beyond annotations: unconditional injection, no relevance scoring, never dropped for being off-topic, and a bounded number of directive+pinned notes allowed in this tier. It also makes clear that unpinning is possible via pinned=false. No contradiction with annotations is present.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and well-structured, with the primary effect front-loaded. Each sentence contributes a distinct aspect: effect, use case, unpin method, resource bound, and equivalence with write-time pinning. It is slightly verbose but not redundant.

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?

For a simple two-parameter operation with no output schema, the description fully explains when to use it, what it does, and how to undo it. It also covers the resource-administration bound and equivalent alternative, leaving no practical gap for an agent to invoke it 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 description coverage is 100%, so the schema already documents note_id and pinned. The description's only added hint is 'Pass pinned=false to unpin,' which essentially restates the schema. Therefore, the description adds no significant value beyond the input schema, yielding the baseline 3.

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 uses a specific verb and resource: 'Pin a note' so it is 'injected on EVERY future vectr_recall(query=...) call'. It further distinguishes itself from the standing-rule directive role and from vectr_remember by explaining that this is for notes you don't want to reclassify.

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 says when to use this tool: for a note that must never be missed by an unlucky query, and contrasts it with the kind='directive' role. It also names an alternative/equivalent approach: passing pin=true to vectr_remember at write time. The 'pin sparingly' caveat additionally guides usage.

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

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/swapnanil/vectr'

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