[
{
"description": "Get the NASA Picture of the Day",
"name": "getImage",
"parameters": {
"properties": {},
"type": "object"
}
},
{
"description": "Get images from NASA based on a query",
"name": "searchImages",
"parameters": {
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}
}
]