search_trips
Retrieve a list of LSD trips available to the user, detailing their functions and purposes, using a specific query to filter results.
Instructions
Returns a list of objects with LSD trips available to the user and what each of them do.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_tripsArguments",
"type": "object"
}