Skip to main content
Glama
pedronahum

JACTUS MCP Server

by pedronahum

jactus_get_contract_info

Get description, category, and MCP simulation status for any ACTUS contract type. Use to see if a contract is simulatable via MCP.

Instructions

Get detailed information about a specific ACTUS contract type.

Returns the contract description, category, implementation class, MCP simulatability status, and whether a ChildContractObserver is required. Use this to understand what a contract type represents and whether it can be simulated via MCP.

Args: contract_type: ACTUS contract type code. Examples: PAM (bonds/loans), LAM (amortizing loans), ANN (mortgages), SWPPV (interest rate swaps), OPTNS (options), FXOUT (FX forwards).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contract_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses what is returned (description, category, implementation class, simulatability, observer requirement). However, it omits any side effects, authentication needs, rate limits, or error conditions. For a read operation, this is adequate but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with a clear first sentence stating purpose, a brief list of returned information, a usage hint, and an Args section. It is well-structured but could be slightly more streamlined by integrating the Args into the prose.

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 tool's simplicity and the presence of an output schema, the description covers the essential aspects: what the tool does, what it returns, and how to use it. There are no major gaps for an informational retrieval tool.

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?

The input schema has 0% description coverage, so the description adds significant value. It explains the parameter 'contract_type' is an ACTUS code and provides concrete examples (PAM, LAM, ANN, etc.), which helps an agent understand valid values beyond the schema.

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 explicitly states 'Get detailed information about a specific ACTUS contract type.' It then lists the returned fields and distinguishes itself from siblings like jactus_list_contracts by focusing on a single type.

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 says 'Use this to understand what a contract type represents and whether it can be simulated via MCP,' providing clear context. It does not explicitly mention when not to use or list alternatives, but the sibling tools and the phrase 'specific contract type' imply its scope.

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/pedronahum/JACTUS-MCP'

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