Skip to main content
Glama

get_record

Read-onlyIdempotent

The Family Office Record for one identifier: every field with value, source_url, read_by and state; optionally a named version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNorecord version as listed by list_nodes (e.g. 2026-09-13.1); omit for current
identifierYesRecord id, LEI, legal name, alias, or a register identifier as it appears on the record (case-insensitive)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordYes
served_byNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds useful behavioral context: it specifies the exact fields returned and the optional versioning behavior. It does not contradict annotations and supplements them with return-content details.

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 a single, front-loaded sentence with no filler. It leads with the resource and scope, lists the key returned fields, and notes the optional version—every word earns its place.

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 the low complexity (2 params, 1 required) and the presence of an output schema, the description is adequate. It explains what the tool returns and the optional versioning, and annotations cover safety. It does not describe error cases or not-found behavior, but that is not critical for a read-only retrieval 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 description coverage is 100%, so both parameters are already fully documented. The description adds minimal extra meaning: it mentions 'named version' which aligns with the schema's 'version' parameter, but does not clarify identifier formats beyond the schema. Baseline 3 is appropriate since the schema carries the semantic weight.

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 'get' and resource 'Family Office Record', and scopes it to 'one identifier'. It enumerates the returned fields (value, source_url, read_by, state) and mentions an optional named version, which clearly differentiates it from the sibling list/resolve tools that operate on collections or resolve identifiers.

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

Usage Guidelines3/5

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

The description implies when to use it (when you have a single identifier and want the full record), but it does not explicitly name alternatives or state when not to use it. Sibling tools like list_nodes and resolve_family_office are not referenced, leaving the agent to infer the distinction from context.

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.