10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"name": "roll_d20",
|
|
"description": "Simulate the roll of a 20-sided die (d20).",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {},
|
|
"required": []
|
|
}
|
|
}
|