Skip to main content
Glama

list_pack_contents

List the full Brainfile pack manifest: the v1 pattern files (Autopilot protocol, never-empty backlog, never-forgets ledger, interview onboarding, end-of-run brief template, conversation-history pattern, freshness feed — each with a one-line description; starter files fetchable right here over MCP, the rest via the free no-card trial pull), plus the paid role packs (15) — listed but locked, with the unlock URL. Use this to see everything Brainfile ships before starting a trial.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that paid role packs are listed but locked with an unlock URL, and that starter files are fetchable via MCP. It transparently describes what the tool includes and excludes, though it could clarify the output format.

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

Conciseness3/5

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

The description is quite long and enumerates many items (v1 pattern files with descriptions), which adds detail but reduces conciseness. It is front-loaded with the main purpose and structured as a list, but some redundancy exists (e.g., 'listed but locked'). Overall, it is informative but could be more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the high-level content (v1 files with descriptions, paid packs locked) but does not specify the response format (e.g., list, JSON). Since there is no output schema, the description should compensate for format, which it lacks. It is fairly complete for a listing tool but could be clearer about what the agent receives.

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?

There are zero parameters, so the schema is perfectly covered. The description does not need to add parameter info and does not, which is appropriate. Baseline 4 applies for 0 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 clearly states the verb 'list' and the resource 'full Brainfile pack manifest', enumerating specific components (v1 pattern files, paid role packs). It distinguishes from sibling tools by indicating it provides a comprehensive overview before starting a trial, whereas siblings retrieve specific files or samples.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this to see everything Brainfile ships before starting a trial', providing a clear when-to-use context. It implies alternatives (sibling tools) for fetching specific files, though it does not explicitly state when not to use this tool.

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/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving a freshness sample, getting starter files, and listing pack contents. There is no ambiguity or overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_freshness_sample, get_starter_file, list_pack_contents), making them predictable.

Tool Count4/5

Three tools is on the low end but appropriate for a focused retrieval server that provides access to specific resources without needing CRUD operations.

Completeness4/5

The tools cover listing all pack contents and retrieving starter files and the freshness sample. However, direct access to other pack files is not provided (intentionally via trial), which is a minor gap.

Resources