Skip to main content
Glama

frank_read

Read-only

Fetch recent audit entries from the FRANK governance ledger, sorted newest first. Optionally filter by project to retrieve hash-chained records for verification or review.

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
Behavior5/5

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

Annotations already declare readOnlyHint and destructiveHint, and the description reinforces this by saying 'Read-only.' It adds valuable behavioral context beyond annotations: newest-first ordering, optional project filtering, per-entry prev_hash/hash links, and the limit range 1–500. No contradiction with annotations.

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?

Every sentence earns its place: purpose, ordering and filter, hash-link behavior with a routing pointer, limit constraint, and read-only confirmation. The description is front-loaded with the core action and remains scannable without 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 simple read tool with annotations covering safety, the description is largely complete: it sets return expectations by mentioning per-entry hash links and newest-first ordering, and gives the limit constraint. The main gap is the unexplained required `app_id`, which prevents full self-contained completeness.

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 description coverage is 0%, so the description must compensate. It explains two of the three parameters: `project` enables optional filtering and `limit` must be 1–500. However, the required `app_id` parameter is entirely unexplained in both the schema and description, leaving an important semantic gap.

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 states a specific verb and resource: 'Read recent entries from the FRANK governance ledger' — the fleet's hash-chained, Postgres-backed audit chain. It also differentiates from siblings by mentioning that frank_verify should be used for integrity checks, making the purpose crisp and non-confusable.

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?

It explicitly routes the agent to frank_verify when checking chain integrity rather than inspecting hashes manually. It implies this is for reading, not writing, but does not explicitly say 'use frank_append for writes,' so it has clear context without full 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/willow-memory/willow-mcp'

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