EB
EU BON UTIS
/search
search
search
liveunknown~3s typical
utis-controllereu
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-cybertaxonomy-eu /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The scientific name to search for. For example: "Bellis perennis", "Prionus" or "Bolinus brandaris". This is an exact search so wildcard characters are not supported. default null |
| providers | string | A list of provider id strings concatenated by comma characters. The default : "pesi,bgbm-cdm-server[col]" will be used if this parameter is not set. A list of all available provider ids can be obtaine default "pesi,eunis,bgbm-cdm-server[col]" |
| searchMode | string (scientificNameExact | scientificNameLike | vernacularNameExact | vernacularNameLike | findByIdentifier) | Specifies the searchMode. Possible search modes are: scientificNameExact, scientificNameLike (begins with), vernacularNameExact, vernacularNameLike (contains), findByIdentifier. If the a provider does default "scientificNameExact" |
| addSynonymy | boolean | Indicates whether the synonymy of the accepted taxon should be included into the response. Turning this option on may cause an increased response time. default false |
| timeout | integer | The maximum of milliseconds to wait for responses from any of the providers. If the timeout is exceeded the service will jut return the resonses that have been received so far. The default timeout is default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-cybertaxonomy-eu","endpoint":"/search","input":{"query":"...","providers":"pesi,eunis,bgbm-cdm-server[col]","searchMode":"scientificNameExact","addSynonymy":false,"timeout":0}}'cli
npx cracked-ai run -p oa-cybertaxonomy-eu -e /search -i '{"query":"...","providers":"pesi,eunis,bgbm-cdm-server[col]","searchMode":"scientificNameExact","addSynonymy":false,"timeout":0}'mcp
run_tool({ provider: "oa-cybertaxonomy-eu", endpoint: "/search", input: {"query":"...","providers":"pesi,eunis,bgbm-cdm-server[col]","searchMode":"scientificNameExact","addSynonymy":false,"timeout":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.