Skip to main content
Glama
cct15

Futuristic Risk Intelligence

by cct15

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: get_conflict_risks focuses on geopolitical conflict probabilities, get_maritime_traffic on vessel traffic in chokepoints, and get_political_events on broader high-impact events. There is no overlap in functionality, making it easy for an agent to select the correct tool based on the query.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with 'get_' prefix (get_conflict_risks, get_maritime_traffic, get_political_events). This uniformity enhances predictability and readability, allowing agents to easily understand and navigate the toolset.

    Tool Count3/5

    With only 3 tools, the set feels thin for a server named 'Futuristic Risk Intelligence,' which implies a broader scope. While each tool is distinct, the count may be insufficient for comprehensive risk assessment, potentially limiting agent capabilities in this domain.

    Completeness2/5

    The toolset has significant gaps for a risk intelligence domain. It lacks tools for updating, analyzing, or managing risk data (e.g., no create, update, or delete operations), and does not cover other risk aspects like financial, cybersecurity, or environmental risks, making the surface incomplete for the stated purpose.

  • Average 4.1/5 across 3 of 3 tools scored. Lowest: 3.5/5.

    See the Tool Scores section below for per-tool breakdowns.

    • 0 of 1 community issues answered or closed in the last 6 months
    • 19 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden. It successfully discloses data freshness ('Updated daily') and return value structure ('probability, deadline, and confidence level'), but omits operational details like error handling, rate limits, or safety characteristics.

    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?

    Four sentences efficiently cover purpose, event examples, return data structure, and update frequency. Every sentence contributes distinct information without redundancy or filler.

    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 absence of an output schema, the description adequately compensates by detailing the return value fields (probability, deadline, confidence). For a single-parameter tool, it provides sufficient context, though explicit differentiation from conflict-risk tools would improve completeness.

    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?

    Although the schema has 100% coverage for the single 'category' parameter, the description adds valuable semantic context by listing example event types (elections, policy changes, economic risks) that map to the enum values (political, economic, natural_disaster), clarifying what each category encompasses.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool retrieves 'high-impact political, economic, and natural disaster events' with specific examples (elections, policy changes). However, it does not explicitly differentiate from the sibling tool 'get_conflict_risks', which could conceptually overlap with political events.

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

    Usage Guidelines2/5

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

    The description provides no explicit guidance on when to use this tool versus siblings like 'get_conflict_risks' or 'get_maritime_traffic'. While it characterizes the data (probability estimates, daily updates), it lacks 'when-to-use' or 'when-not-to-use' criteria.

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

  • Behavior4/5

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

    No annotations provided, so description carries full burden. Discloses critical behavioral traits: data provenance ('proprietary multi-source modeling'), update frequency ('Updated daily'), and output structure (probabilities for escalation/ceasefire/regime change across 1/7/30-day horizons). Lacks operational details like rate limits or caching, but covers data freshness and scope thoroughly.

    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?

    Three well-structured sentences: (1) scope and regions, (2) data content and methodology, (3) usage guidance. No wasted words; every clause provides necessary information. Front-loaded with the core action 'Get current geopolitical conflict risk probabilities' immediately establishing purpose.

    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?

    Despite lacking an output schema, the description comprehensively details the return data: specific event types (escalation, ceasefire, regime change), time horizons (1/7/30-day), and scope (6 regions). With only one optional parameter fully documented in schema, the description provides sufficient completeness for an agent to predict both input requirements and output structure.

    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?

    Input schema has 100% description coverage with complete enum documentation. Description lists the 6 regions (Russia-Ukraine, etc.) which maps to enum values, but this largely repeats the schema's content. With schema coverage already comprehensive, baseline 3 is appropriate as description adds minimal semantic value beyond parameter mapping.

    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?

    Description uses specific verb 'Get' with clear resource 'geopolitical conflict risk probabilities' and enumerates all 6 supported regions. It clearly distinguishes from sibling tools: 'get_maritime_traffic' (shipping) and 'get_political_events' (general politics) by specifying probabilistic conflict forecasting for specific military/political flashpoints.

    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?

    Explicitly states the use case: 'Use this to assess geopolitical risk exposure for trading or risk management.' This provides clear context for when to invoke the tool. Does not explicitly name sibling alternatives, but the domain specificity (conflict probabilities vs. maritime traffic) makes differentiation clear without negative guidance.

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

  • Behavior5/5

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

    No annotations provided, so description carries full burden. Excellently discloses data source (AIS receivers), temporal behavior (snapshot vs. throughput), data quality limitations (military vessels underestimate counts), and update cadence (daily). Provides critical context about data reliability that annotations would typically cover.

    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?

    Six distinct sentences each serving unique purpose: purpose/scope, data breakdown, source clarification, limitation warning, update frequency, and use case. No redundancy or filler; information density is high throughout.

    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?

    Lacks output schema but description compensates well by detailing return contents (vessel counts with type breakdown) and data characteristics. Missing only structural format details, but sufficiently describes the payload for effective use given the simple single-parameter input.

    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?

    Schema has 100% coverage for the single optional parameter, establishing baseline 3. Description adds value by enumerating specific zone examples (Strait of Hormuz, Black Sea, etc.) which helps users understand valid zone_id values without being exhaustive.

    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?

    Description opens with specific verb 'Get' + resource 'vessel counts' + scope 'critical maritime chokepoints' and enumerates specific zones (Strait of Hormuz, Black Sea, etc.). Clearly distinguishes from siblings get_conflict_risks and get_political_events by focusing on maritime traffic data versus political/conflict analysis.

    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?

    Provides explicit use case: 'Use this to monitor supply chain disruption risks.' Also implies limitations ('not full-day throughput') that guide appropriate use. Does not explicitly name sibling alternatives, but the domain distinction (maritime traffic vs conflicts/events) is clear enough for selection.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

war-dashboard-data MCP server

Copy to your README.md:

Score Badge

war-dashboard-data MCP server

Copy to your README.md:

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/cct15/war-dashboard-data'

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