Skip to main content
Glama

frank_read

Read recent entries from the FRANK governance ledger, newest first, and filter by project to target specific audit records.

Instructions

Read recent entries from the FRANK governance ledger — the fleet's hash-chained, Postgres-backed audit chain — newest first, optionally filtered to one project. Each entry carries its prev_hash/hash links; use frank_verify to check chain integrity rather than eyeballing them. limit must be 1–500. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
app_idYes
projectNo
Behavior4/5

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

With no annotations, the description discloses key behaviors: read-only, newest-first ordering, hash-chain structure, and limit bound. It adds context about the data contents (prev_hash/hash links) that goes beyond a simple 'read' operation, though it does not mention permissions or error conditions.

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?

Three sentences, each serving a purpose: first defines scope and ordering, second points to an alternative, third states constraints and read-only. No redundant information or filler.

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 read tool with no output schema, the description covers purpose, ordering, filtering, limit, and read-only, and directs to frank_verify for integrity. However, it fails to explain the required app_id parameter and the exact return format, which is a notable gap for an agent to fully invoke the tool confidently.

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 0%, so the description must compensate. It explains the 'project' filter and the valid range for 'limit', but entirely omits the required app_id parameter, which is a significant gap. The description adds partial value but not enough to fully replace 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 clearly states the tool reads recent entries from the FRANK governance ledger, with a specific verb ('read') and resource. It also specifies ordering ('newest first') and filtering ('optionally filtered to one project'), distinguishing it from siblings like frank_verify and frank_append.

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 provides an explicit alternative: 'use frank_verify to check chain integrity rather than eyeballing them', implying this tool is for reading, not verification. It also notes read-only and a limit constraint, but does not fully enumerate all use cases or prerequisites such as the required app_id.

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/rudi193-cmd/willow-mcp'

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