33 lines
818 B
Plaintext
33 lines
818 B
Plaintext
{
|
|
"annotations": {
|
|
"idempotentHint": false,
|
|
"readOnlyHint": true,
|
|
"title": "List Gists"
|
|
},
|
|
"description": "List gists for a user",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"page": {
|
|
"description": "Page number for pagination (min 1)",
|
|
"minimum": 1,
|
|
"type": "number"
|
|
},
|
|
"perPage": {
|
|
"description": "Results per page for pagination (min 1, max 100)",
|
|
"maximum": 100,
|
|
"minimum": 1,
|
|
"type": "number"
|
|
},
|
|
"since": {
|
|
"description": "Only gists updated after this time (ISO 8601 timestamp)",
|
|
"type": "string"
|
|
},
|
|
"username": {
|
|
"description": "GitHub username (omit for authenticated user's gists)",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"name": "list_gists"
|
|
} |