SamSearch
ceramic_search
Search the Ceramic AI knowledge base for relevant information. Returns ranked results with titles, URLs, and descriptions.
Remote ceramic/search
Remote (network-hosted)
Other tools also called ceramic_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search query string"
},
"maxDescriptionLength": {
"type": "integer",
"default": 3000,
"maximum": 8000,
"minimum": 1000,
"description": "Maximum number of characters to return in each result description. Defaults to 3000."
}
}
}