Skip to main content
Glama

Memory files and imports

memory_files

Reveals memory cost of CLAUDE.md/AGENTS.md files and their @import dependencies before a session, reporting sizes and import graph only.

Instructions

CLAUDE.md / AGENTS.md files that load in full every session, including files pulled in by @import lines — the cost that hides behind a small-looking parent file. Reports sizes and the import graph only, never file contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool never returns file contents, which is a significant behavioral guarantee. It explains the scope (all memory files loaded every session) and that it only reports sizes and import graph, adding context beyond safe operation.

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?

Two well-structured sentences. The first sets the context (what files and the hidden cost), the second clearly states what the tool reports and what it excludes. Every clause adds value, no redundancy.

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?

For a zero-parameter tool with no output schema, the description covers the essential behavior: the subject files, the load mechanism, the output (sizes and import graph), and the explicit exclusion of contents. It is sufficiently complete for an agent to select and invoke it correctly.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to explain parameters; it appropriately focuses on output and scope.

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 tool reports sizes and import graph of memory files, with a specific verb ('Reports') and resource (CLAUDE.md/AGENTS.md and imports). It distinguishes itself from sibling tools by focusing on memory file loading costs.

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 implies when to use it: to understand the hidden cost of memory files (including @import pull-ins). It explicitly states what it does not do (never file contents), which provides a clear boundary, though it does not explicitly name alternatives or exclusions.

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/stcmain/whats-loaded-mcp'

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