Skip to main content
Glama
vishalkumar-2006

trademind-unified-mcp

check_restrictions

Verify whether a user is restricted from trading a specific symbol to enforce compliance before order execution.

Instructions

Check user trading restrictions for a given symbol

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
user_idYes
workflow_idNo
Behavior2/5

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

No annotations are provided, so the description must convey behavioral aspects. It only states the basic action without disclosing whether it is read-only, returns a boolean or list, or any error conditions. This is insufficient for safe agent behavior.

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

Conciseness3/5

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

The description is a single, concise sentence. However, it is too brief to be minimally adequate; it lacks details that could be added without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of output schema and annotations, and a large set of sibling tools, the description fails to provide enough context for the agent to understand what the tool does, what it returns, or how it differs from similar tools.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the three parameters (symbol, user_id, workflow_id) beyond their types and required status. The agent gains no insight into their meanings or usage.

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 action (Check) and resource (user trading restrictions) and specifies it's for a given symbol. However, it does not explicitly distinguish from sibling 'validate_compliance' which may overlap in functionality.

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 guidance on when to use this tool versus alternatives or any prerequisites. No contextual information is given for decision-making.

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/vishalkumar-2006/trademind-unified-mcp'

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