Skip to main content
Glama

faf_formats

Read-only

Discover all validated formats in a project and fill stack slots. Set session context by providing a project path.

Instructions

Discover all formats in the project (154+ validated types) and fill stack slots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject path. Sets session context for subsequent calls.
jsonNoReturn results as JSON

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
directoryYesDirectory that was scanned
countYesNumber of known formats discovered
elapsedMsNoDiscovery time in milliseconds
stackSignatureNoDerived stack signature
intelligenceScoreNoTotal intelligence score across discovered formats
formatsYesDiscovered formats
slotFillRecommendationsNoRecommended .faf slot fills derived from discovered formats
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds 'fill stack slots', which might imply a side effect (setting context), but it is not explained. It does not contradict annotations, but the behavioral information is incomplete.

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 extremely concise with two short sentences. It front-loads the core action ('Discover all formats') and provides a numeric detail ('154+ validated types'). Every word contributes to the description without fluff.

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 that an output schema exists and the tool has only two optional parameters, the description covers the main purpose. The mention of '154+ validated types' gives a hint about output. However, the phrase 'fill stack slots' is left unexplained, which could be important context. Overall, it is fairly complete for a read-only list tool.

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 coverage is 100%, so both parameters are already documented. The description does not add further meaning; it only mentions 'Project path. Sets session context' and 'Return results as JSON' from the schema. No additional context or examples are provided, so the description adds no value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the verb 'Discover' and specifies the resource 'all formats in the project (154+ validated types)', which is specific. However, 'fill stack slots' is ambiguous and does not clearly indicate what the tool does beyond discovery. It distinguishes from siblings like faf_list (likely general listing) by focusing on formats, but the overall purpose is reasonably clear.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the many sibling tools (e.g., faf_list, faf_agents, faf_about). It does not mention prerequisites, context needs, or alternatives. The agent must infer usage from the tool name and minimal description, which is inadequate.

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/Wolfe-Jam/claude-faf-mcp'

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