Skip to main content
Glama

faf_trust

Read-only

Attest a project's integrity by validating its score and deterministic hash. Returns a receipt to prove the score is genuine.

Instructions

Attest a project.faf's integrity: its validity, score, and a deterministic parity hash any conformant engine reproduces. Returns the ✪ receipt. Use this to prove a score is genuine and untampered.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject path. Sets session context for subsequent calls.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath that was attested
tierNoTier name for this score
scoreNoAI-readiness score, 0-100
validYesWhether the project.faf is readable and valid
hasFafYesWhether a project.faf was found
parityNoDeterminism parity receipt (same shape as faf_score.parity).
reasonNoWhy validation failed, when valid is false
receiptNoThe ✪ trust receipt — render-identical, self-verifying score+parity artifact.
sourceSha256NoSHA-256 of the raw .faf bytes
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description adds value by detailing what the tool does: it returns a receipt containing validity, score, and a deterministic parity hash. This provides behavioral context beyond the annotations, though it doesn't cover potential side effects like session changes.

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), front-loads the purpose, and includes key details without extraneous information. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description explains the tool's purpose and return value, it omits important context about the path parameter being optional and setting session context for subsequent calls. Given that the output schema exists, the return is covered, but the side effect on session is not mentioned, leaving a gap in 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?

The input schema covers the single parameter 'path' with a description that already explains it sets session context. The tool description does not add further parameter details. With 100% schema coverage, a baseline of 3 is appropriate.

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 attests a project.faf's integrity, listing specific components (validity, score, parity hash) and uses the verb 'attest', which distinguishes it from sibling tools like faf_score or faf_about. It provides a distinct purpose.

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 includes explicit usage guidance: 'Use this to prove a score is genuine and untampered.' This tells the agent when to apply the tool. It does not explicitly mention when not to use it or name alternatives, but the context implies it's for trust verification, setting it apart from other faf tools.

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