87a1110c15
Sort all JSON object keys alphabetically at every level in toolsnaps by unmarshaling and remarshaling. This leverages Go's built-in behavior where json.Marshal automatically sorts map keys alphabetically, ensuring consistent field ordering and eliminating noop churn in diffs. Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
20 lines
386 B
Plaintext
20 lines
386 B
Plaintext
{
|
|
"annotations": {
|
|
"readOnlyHint": true,
|
|
"title": "Get Gist Content"
|
|
},
|
|
"description": "Get gist content of a particular gist, by gist ID",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"gist_id": {
|
|
"description": "The ID of the gist",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"gist_id"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"name": "get_gist"
|
|
} |