Skip to main content
Glama
mhr2027r-dotcom

Capital Flow Desk — UnlockFlow MCP

get_schema

Retrieve the UnlockFlowEvent JSON Schema v1 to validate capital-flow event payloads and ensure correct structure.

Instructions

Return UnlockFlowEvent JSON Schema v1 (schema_version "1").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states only that it 'Return[s]' a schema, which implies a read-only, side-effect-free operation but does not explicitly state this. It does not mention any error conditions, authentication, or version nuances beyond the name. For such a trivial tool, this is adequate but minimal.

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 entire description is a single, focused sentence that front-loads the action and the resource. Every word earns its place, with no filler or 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?

For a tool with no parameters and no output schema, the description provides everything needed to call it correctly. It states what is returned (the schema) and its version. There are no hidden requirements or unexplained behaviors. An agent can invoke this tool confidently with no further context.

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 zero parameters, so according to the rubric the baseline is 4. The description adds no parameter-specific detail because none exist; the schema already reflects an empty parameter set. No compensation is needed.

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 ('Return') and a precise resource ('UnlockFlowEvent JSON Schema v1') with version info. It clearly distinguishes from siblings (list_unlock_events, get_unlock_event) by focusing on the schema itself rather than event instances.

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?

While it does not explicitly mention alternatives or when not to use it, the context is clear: this tool is for retrieving the schema, not for listing or fetching actual events. For a zero-parameter getter, the purpose itself provides enough usage guidance, though it lacks an explicit exclusion.

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

Deploy Server

Other Tools