Skip to main content
Glama
datalattice

mcp-chainladder

by datalattice

sample_triangle

Obtain a classic 10×10 cumulative-paid triangle for actuarial demos and verification. Includes expected parity values for cross-checking chain-ladder results.

Instructions

Return the classic textbook 10×10 cumulative-paid triangle (Friedland-style). Useful for demos, examples, and verifying the server is working — feed it to compute_chain_ladder to get the well-known parity values (Paid 49,458 / Ultimate 65,883 / IBNR 16,425 / Mack SE ±354.61).

Returns: - triangle: the 10×10 list with the lower-right as null - n_acc: 10 - n_dev: 10 - expected_totals: well-known parity values for cross-checking

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses the return structure (triangle with lower-right null, n_acc=10, n_dev=10, expected_totals) and mentions it's for parity checking. Since no annotations exist, it carries full burden and adequately describes behavior without side effects.

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 with a front-loaded main purpose, followed by structured return fields. Every sentence adds value without redundancy.

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?

The description fully covers the tool's purpose, output structure, and context (sample data for demos). With no parameters and an output schema available, it provides sufficient information for correct use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters, so baseline is 4. The description doesn't need to add parameter meaning, and it doesn't attempt to.

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 returns a 'classic textbook 10×10 cumulative-paid triangle (Friedland-style)' and mentions use cases like demos, examples, and server verification. It distinguishes from sibling tools by being a sample dataset, while siblings like parse_csv_triangle handle real data.

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 states when to use the tool (demos, examples, verifying server is working) but doesn't explicitly mention when not to use it or suggest alternatives. However, the context of being a sample triangle implies it's not for real analysis.

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/datalattice/mcp-chainladder'

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