-
Notifications
You must be signed in to change notification settings - Fork 348
Expand file tree
/
Copy pathapi-tool.yaml
More file actions
36 lines (33 loc) · 1.38 KB
/
api-tool.yaml
File metadata and controls
36 lines (33 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
agents:
root:
description: Chess.com daily puzzle agent
instruction: Call the daily-puzzle tool and print the puzzle in ascii with unicode chess pieces. Do not solve the puzzle for them, only provide hints and guidance.
model: google/gemini-2.5-pro
welcome_message: |
♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕
Welcome to the Chess.com daily puzzle agent!
How can I help you with today's chess puzzle?
♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕♔♕
toolsets:
- type: api
api_config:
instruction: Get daily puzzle
name: daily-puzzle
endpoint: https://api.chess.com/pub/puzzle
method: GET
# Optional: describe the API response for MCP/Code Mode consumers.
output_schema:
type: object
properties:
title:
type: string
description: Puzzle title
url:
type: string
description: Link to the puzzle
fen:
type: string
description: Board state in FEN
required: [title, url]
commands:
todays_puzzle: Fetch and show today's puzzle