Skip to main content
Glama

akb_browse

Browse a vault's collections, documents, tables, and files. Drill into a specific collection or apply a filter to narrow results by name or content type.

Instructions

Browse ALL vault content — documents (by collection), tables, and files. Without collection: shows top-level collections, tables, and files. With collection: shows documents and files in that collection. Response is slim by default (no summary field) so large vaults (70+ collections) fit in the agent's context window. Returns {vault, path, items, total, returned, truncated?, hint?}. Use filter to narrow when you know a domain keyword. Each item carries its canonical uri.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultYesVault name
collectionNoCollection path to browse into (omit for top-level)
depthNo1=collections only, 2=collections+documents
content_typeNoFilter by content typeall
filterNoSubstring filter on item name/path (case-insensitive).
queryNoDEPRECATED alias for `filter`. Use `filter` in new code.
limitNoCap returned item count.
offsetNoSkip first N items (default 0).
include_summaryNoInclude the per-item summary field (default false, drops to keep payload small).
Behavior4/5

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

Discloses slim response default, truncated output, return structure, use of limit/offset, and filter case-insensitivity. No annotations provided, so description carries full burden; it delivers key behavioral traits without contradictions.

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?

Four sentences, no fluff. Front-loaded with core purpose, then key behavioral notes. Every sentence adds value.

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 9 parameters and no output schema, description covers browsing modes, slim response, filter usage, and return structure. Lacks detail on pagination or edge cases but sufficient for typical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, baseline 3. Description adds context: explains top-level vs collection browsing behavior, slim response vs include_summary, and deprecation of query parameter. Provides meaning beyond schema.

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?

Description clearly states it browses all vault content (documents, tables, files) and distinguishes behavior with/without collection parameter. Among 42 siblings, no other tool describes browsing vault content at this granularity, making it distinct.

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?

Mentions using filter to narrow by domain keyword, and implicitly when to use collection param vs top-level. No explicit guidance on when not to use this tool vs alternatives like akb_search or akb_drill_down, which are present in sibling list.

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/dnotitia/akb'

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