Skip to main content
Glama
takada-at

Fortune MCP Server

by takada-at

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
draw_tarotB

タロットカードを引いて占い結果を返します

Args:
    count: 引くカードの枚数(1-10、デフォルト: 3)

Returns:
    タロット占いの結果
get_horoscopeB

ホロスコープを計算して返します

Args:
    datetime_str: 計算する日時(YYYY-MM-DD HH:MM:SS形式、省略時は現在時刻)
    random_time: ランダムな日時でホロスコープを生成するか
    latitude: 緯度(デフォルト: 東京)
    longitude: 経度(デフォルト: 東京)

Returns:
    ホロスコープの結果

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes with no overlap. draw_tarot provides tarot card readings, while get_horoscope calculates astrological horoscopes. An agent would never confuse these tools as they serve different divination methods.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with clear, descriptive names. draw_tarot and get_horoscope use the same naming convention throughout, making them predictable and easy to understand.

Tool Count2/5

With only 2 tools, this server feels quite thin for a fortune-telling domain. While tarot and horoscope are distinct, other common divination methods (like numerology, palm reading, or I Ching) are missing. The scope feels incomplete with just these two offerings.

Completeness2/5

For a fortune-telling server, the surface is severely incomplete. While tarot and horoscope are covered, there are significant gaps in the domain - no general fortune-telling, no compatibility readings, no prediction tools, and no way to interpret or combine results from different methods.

Maintenance

ActivityInactive
ResponsivenessNo issues