search-spaces
Locate Hugging Face Spaces endpoints by entering a 3-7 word task description. Results are displayed in a markdown table for easy selection of the appropriate tool.
Instructions
Use semantic search to find an endpoint on the Hugging Face Spaces
service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | The semantic search term to use. |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The semantic search term to use.",
"type": "string"
}
},
"type": "object"
}