Skip to main content
Glama

Vectree

list_collections

List Vectree's curated collections — hand-assembled groups of diagrams: book shelves, system maps, skill trees and deep lore.

Vectree explains how things work as zoomable, labelled schematics. A collection is an editor-curated set of them around one theme, so it is the best way to see what Vectree covers when you have no specific query yet.

Use this to browse, to answer "what is on Vectree?", or to find a themed set of diagrams. When the user already has a topic in mind, use search_diagrams instead; when they want an ordered syllabus, use search_learning_paths.

Every entry carries a slug — pass it to get_collection for the diagrams inside. Only published collections are listed, and nothing is generated on demand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOptional filter to one kind of collection: book_shelf, system_map, skill_tree, deep_lore or curated. Omit it to list them all.

TDQS

A4.2/5.0
Behavior3/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It does add useful behavior: 'Only published collections are listed' and 'nothing is generated on demand', which clarifies the read-only, non-dynamic nature. However, it omits details like pagination, ordering, or return format, which would be needed for a fully transparent list operation. The extra behavioral notes justify a solid 3 but not a 4.

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 efficiently written: a front-loaded definition, a brief context sentence, a clear usage sentence with alternatives, and a practical note about slugs. Every sentence earns its place without fluff or repetition, making it easy to scan.

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?

Given there is no output schema, the description compensates by explaining the collection concept, mentioning the slug for get_collection, and clarifying published-only behavior. It lacks explicit return-field details or pagination, but for a browse tool the core information is present. A small gap keeps it from a 5.

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 fully documents the optional 'type' filter with its enum and meaning. The description adds no extra parameter semantics beyond that, which fits the baseline 3 for high coverage. It does hint at themed sets but does not map directly to the enum values.

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 opens with a clear verb-and-resource statement: 'List Vectree's curated collections' and specifies the content type (hand-assembled groups of diagrams). It differentiates from siblings by naming alternatives like search_diagrams and search_learning_paths, so an agent can confidently choose this tool for browsing.

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?

The description explicitly states when to use this tool ('to browse', 'to answer what is on Vectree?', 'to find a themed set of diagrams') and when not to use it ('When the user already has a topic in mind, use search_diagrams; when they want an ordered syllabus, use search_learning_paths'). It also tells the agent to pass the slug to get_collection for interior diagrams, covering downstream usage.

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.

TDQS

A4.4/5.0
Disambiguation5/5

每个工具针对不同的资源类型:集合、图、学习路径,以及搜索和列表操作。搜索与获取明确分离,且搜索了图与路径都有专门工具,无重叠或混淆。

Naming Consistency5/5

所有工具名称遵循一致的verb_noun模式:list_collections, search_diagrams, search_learning_paths, get_collection, get_diagram, get_learning_path。动词(list, search, get)与资源(collection, diagram, learning_path)清晰且统一,无风格混用。

Tool Count5/5

6个工具恰好覆盖了Vectree的读取流程:浏览集合、搜索图/路径、获取详细内容。每个工具都有明确用途,没有冗余,也没有明显缺失的必需工具。

Completeness4/5

覆盖了核心的检索与获取功能,但缺少一个'list_learning_paths'来直接列出所有学习路径(依赖搜索实现),以及没有创建或修改功能,但鉴于只读的领域,整体覆盖足够,小缺口可由搜索弥补。

Resources