We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjackiet/bitbank-genesis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"prompts": {
"bb_light_chart": {
"description": "Render chart with Bollinger Bands default (±2σ).",
"input": {
"pair": "btc_jpy",
"type": "1day",
"limit": 90
},
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "チャート描画はユーザーが明示的に「見せて/表示/描画/出力/生成」の語で依頼した場合のみ実行してください。「チャートを使って分析」「チャートで確認」などは描画を意味しません(数値ツールで分析のみ)。"
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "render_chart_svg",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}",
"withBB": true,
"bbMode": "default",
"withSMA": []
}
}
]
}
]
},
"bb_full_chart": {
"description": "Render chart with Bollinger Bands extended (±1/±2/±3σ). Use only if user explicitly requests extended.",
"input": {
"pair": "btc_jpy",
"type": "1day",
"limit": 90
},
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "チャート描画はユーザーが明示的に「見せて/表示/描画/出力/生成」の語で依頼した場合のみ実行してください。「チャートを使って分析」「チャートで確認」などは描画を意味しません(数値ツールで分析のみ)。"
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "render_chart_svg",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}",
"withBB": true,
"bbMode": "extended",
"withSMA": []
}
}
]
}
]
},
"ichimoku_default_chart": {
"description": "Render chart with Ichimoku default (Tenkan/Kijun/Cloud only).",
"input": {
"pair": "btc_jpy",
"type": "1day",
"limit": 90
},
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "チャート描画はユーザーが明示的に「見せて/表示/描画/出力/生成」の語で依頼した場合のみ実行してください。「チャートを使って分析」「チャートで確認」などは描画を意味しません(数値ツールで分析のみ)。"
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "render_chart_svg",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}",
"withIchimoku": true,
"ichimoku": {
"mode": "default"
},
"withSMA": []
}
}
]
}
]
},
"ichimoku_extended_chart": {
"description": "Render chart with Ichimoku extended (includes Chikou). Use only if user explicitly requests extended.",
"input": {
"pair": "btc_jpy",
"type": "1day",
"limit": 90
},
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "チャート描画はユーザーが明示的に「見せて/表示/描画/出力/生成」の語で依頼した場合のみ実行してください。「チャートを使って分析」「チャートで確認」などは描画を意味しません(数値ツールで分析のみ)。"
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "render_chart_svg",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}",
"withIchimoku": true,
"ichimoku": {
"mode": "extended"
},
"withSMA": []
}
}
]
}
]
},
"patterns_analysis": {
"description": "Render chart then detect classic patterns. Do not self-render; explain candidates only.",
"input": {
"pair": "btc_jpy",
"type": "1day",
"limit": 90
},
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "チャート描画はユーザーが明示的に「見せて/表示/描画/出力/生成」の語で依頼した場合のみ実行してください。「チャートを使って分析」「チャートで確認」などは描画を意味しません(数値ツールで分析のみ)。"
}
]
},
{
"role": "system",
"content": [
{
"type": "text",
"text": "自前描画は禁止。まず render_chart_svg を実行し、続けて detect_patterns を呼び出して候補のみを解説してください。追加実行は行わず、返却 svg/filePath をそのまま表示します。"
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "render_chart_svg",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}",
"style": "line"
}
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "detect_patterns",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}"
}
}
]
}
]
},
"candles_only_chart": {
"description": "Render plain candlestick chart only (no indicators).",
"input": {
"pair": "btc_jpy",
"type": "1day",
"limit": 60
},
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "チャート描画はユーザーが明示的に「見せて/表示/描画/出力/生成」の語で依頼した場合のみ実行してください。「チャートを使って分析」「チャートで確認」などは描画を意味しません(数値ツールで分析のみ)。"
}
]
},
{
"role": "system",
"content": [
{
"type": "text",
"text": "以下は明示要求があった場合の最小設定。分析目的だけでは render_chart_svg を呼ばないでください。"
}
]
},
{
"role": "assistant",
"content": [
{
"type": "tool_code",
"tool_name": "render_chart_svg",
"tool_input": {
"pair": "{{pair}}",
"type": "{{type}}",
"limit": "{{limit}}",
"withBB": false,
"withSMA": [],
"withIchimoku": false
}
}
]
}
]
}
}
}