Skip to main content
Glama
grooverLab

fable MCP server

fable_files

List files Claude edited with edit counts and timestamps. Filter by path or session to discover what changed in past sessions.

Instructions

List the files Claude has edited — across the whole archive, or within one session — with edit/write counts and last-touched time. Use to DISCOVER what a past session changed before pulling a file's history. Filter by a path substring or a session id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNopath substring filter, e.g. serve.py
session_idNolimit to one session's files
limitNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool lists files with 'edit/write counts and last-touched time,' implying a read-only, non-destructive operation. However, it does not discuss performance, authorization needs, or other behavioral traits beyond the basic functionality.

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 concise (three sentences) and front-loaded with the primary action. Every sentence adds value: purpose, return info, and usage guidance. No redundant or verbose language.

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?

Given 3 simple parameters and no output schema, the description fully covers the tool's functionality, return values, filtering options, and intended use case. It is complete for an agent to understand when and how to use the tool.

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?

With 67% schema description coverage (query and session_id described in schema, limit not), the description adds value by explaining that the parameters are for filtering ('Filter by a path substring or a session id'). It reinforces the purpose of the parameters beyond the schema descriptions.

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 specific verbs ('List'), identifies the resource ('files Claude has edited'), and clarifies scope ('across the whole archive, or within one session'). It also distinguishes from sibling tool fable_file_history by indicating when to use this tool before pulling history.

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 states the primary use case: 'Use to DISCOVER what a past session changed before pulling a file's history.' It also explains filtering by path substring or session id, providing clear context for when to use this tool, though it doesn't explicitly state alternatives or when not to use.

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/grooverLab/fable'

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