Skip to main content
Glama
mkkim2102

finance-mcp-server

by mkkim2102

list_dialogs

List Telegram dialogs filtered by chat type (all, channel, group, or user) to access analyst chatter for financial research.

Instructions

List Telegram dialogs. chat_type filters to all, channel, group (including supergroups), or user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_typeNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does disclose the filtering behavior: chat_type filters to all, channel, group (including supergroups), or user. However, it does not mention pagination, ordering, authentication, or other runtime behavior, leaving a moderate gap.

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?

Two short sentences with no filler; the verb-resource statement is front-loaded and the parameter detail follows directly. Every word earns its place.

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?

For a simple one-parameter list operation with an output schema, the description covers both the operation and filter semantics adequately. A small gap remains in not mentioning when to prefer this over sibling message/channel tools, but the low complexity and existing output schema keep it largely complete.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates for the single parameter by enumerating the accepted chat_type values and clarifying that "group" includes supergroups. This is exactly the semantic guidance the schema lacks.

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 opens with the specific verb-resource pair "List Telegram dialogs", which clearly identifies what the tool does. It does not explicitly compare itself to siblings like get_messages or get_channel_info, so it stops short of full differentiation.

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

Usage Guidelines3/5

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

Usage context is implied by "List Telegram dialogs" and the chat_type filtering sentence, but no when-to-use or when-not-to-use guidance is provided. The agent must infer that this is the right tool for enumerating dialogs rather than messages or channel info.

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

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/mkkim2102/finance-mcp-server'

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