Skip to main content
Glama

Get FINANCE.md

layerz_get_finance_md
Read-only

Read the FINANCE.md attached to a model — the open standard (current draft: v0.1) for the financial conventions that govern this model (currency, language, glossary, plus all the rationale in the Markdown body). Call this FIRST when starting to work on a model. Every other tool result must be interpreted under those conventions (denomination, sign convention, glossary, …). Spec — https://github.com/layerzlabs/finance-md. Returns { raw, source: "auto"|"user"|"imported", spec_version, generated_at?, updated_at?, front_matter, validation_errors }. null/204 if the model has no FINANCE.md yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idNoTarget model UUID. Required for user-scoped API keys; ignored (or validated against scope) for model-scoped keys.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral detail: the exact return shape, the source enum, optional fields, and the null/204 behavior when no FINANCE.md exists. This goes well beyond what annotations convey.

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 front-loaded with the core action and usage directive, then efficiently covers the spec link, return shape, and null case. Every sentence serves a purpose; no filler or redundancy is present.

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

Completeness5/5

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

For a simple read-only tool with one parameter, the description is complete: it defines what the resource is, when to call it, what it returns, and the missing-document case. The lack of an output schema is compensated by the explicit return field listing.

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% and the model_id parameter is already well documented in the input schema, including UUID format and key-scope behavior. The description adds no additional parameter-level meaning, so the baseline of 3 applies.

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 opens with 'Read the FINANCE.md attached to a model', a specific verb+resource combination, and clarifies the document's role as the financial conventions standard. It is clearly differentiated from siblings like layerz_set_finance_md and layerz_get_custom_instructions.

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 gives explicit usage context: 'Call this FIRST when starting to work on a model' and states that every other tool result must be interpreted under these conventions. It does not explicitly name alternatives or when-not-to-use conditions, but the priority instruction is strong and clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources