Skip to main content
Glama
tickory

Tickory MCP Server

Official

tickory_add_relay_route

Add a relay route to forward TradingView alerts to a direct destination like Telegram, Discord, webhook, or email. Specify the source, destination type, and optional filter expression.

Instructions

Add one direct relay destination to a TradingView source for telegram, webhook, discord, or email delivery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
delivery_emailNoDestination email address. Required when destination_type=email.
destination_typeYesDirect destination type.
filter_expressionNoOptional CEL filter expression evaluated against the inbound payload.
source_idYesTradingView relay source identifier.
telegram_chat_idNoTelegram chat identifier. Required when destination_type=telegram.
webhook_urlNoDestination webhook URL. Required when destination_type=webhook or destination_type=discord.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
routeYes
schema_versionYesTickory MCP tool schema version.
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It indicates a mutation (adding a route) but does not disclose potential side effects, validation rules (e.g., source_id must exist), idempotency, or any rate limits. This lack of detail reduces transparency.

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 a single, well-structured sentence that concisely states the tool's purpose with no unnecessary words or repetition.

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

Completeness3/5

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

The tool has 6 parameters, 100% schema coverage, and an output schema. However, the description omits important context such as that the source_id must refer to an existing source, and it does not explain the overall behavior or return value. The output schema exists, but the description remains somewhat incomplete for a tool with this complexity.

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?

The input schema has 100% description coverage, so each parameter is already documented. The description does not add any additional semantics beyond what the schema provides, earning the baseline score of 3.

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 clearly identifies the action (Add), the resource (relay destination to a TradingView source), and the supported delivery types (telegram, webhook, discord, or email). This distinguishes it from sibling tools like tickory_create_relay_source, which creates sources rather than routes.

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 does not provide any guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. It simply states what the tool does without contextual usage advice.

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/tickory/tickory-mcp'

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