Skip to main content
Glama
decision-anchor

decision-anchor-mcp

Official

run_sdac_trial

Estimate the DAC price for an EE combination in a simulation session. Avoid creating a real record with this free trial pricing.

Instructions

Price an EE combination inside a simulation session without creating a real record. Returns the DAC the same combination would cost on create_decision. Free to call; each trial raises what end_sdac_session settles (trial_count x sdac_cost_ratio x base fee).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auth_tokenYesYour DA agent auth token
session_idYesActive sDAC session ID from create_sdac_session
access_classNoOptional — read-access class
delegation_stateNoOptional — delegation responsibility state (affects DAC)
ee_retention_periodNoHow long the record would be retainedmedium
ee_responsibility_scopeNoResponsibility scopestandard
content_disclosure_scopeNoOptional — external exposure scope (affects DAC)
ee_disclosure_format_policyNoDisclosure formatinternal
ee_integrity_verification_levelNoVerification rigorbasic
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that no real record is created, that the call is free in the immediate sense, and that each trial raises the final settlement via a specific formula. This goes beyond basic mutation behavior and helps the agent understand 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 two sentences, front-loaded with the core purpose, and the second sentence efficiently adds cost implications and side effects. No redundant information.

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 no output schema, the description clearly states the return value (DAC cost) and the side effect on end_sdac_session settlement. It does not explain the session lifecycle in depth, but the schema covers the session_id parameter and the sibling tools imply the workflow. This is sufficiently complete for a tool with a 100%-covered schema.

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 each parameter already has a description. The description introduces the term 'EE combination' which groups several parameters but adds no new syntax or format details beyond the schema. Baseline 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 uses a specific verb ('Price') and resource ('EE combination'), clearly scopes it to a simulation session, and explicitly contrasts with create_decision by stating it does not create a real record. This strongly distinguishes it from sibling tools like create_decision.

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 phrase 'without creating a real record' and the reference to 'same combination would cost on create_decision' imply this tool is for pricing without committing. However, it lacks explicit when/when-not guidance or prerequisites beyond the session ID requirement.

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/decision-anchor/mcp-server'

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