collections
ActiveTool of mcp-figshare
declared in 0.1.0
Search Figshare collections (curated groups of articles) by keyword query; supports pagination via page/page_size. Returns collection id, title, description, and article count.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "machine learning"
},
{
"page": 2,
"query": "genomics",
"page_size": 25
}
],
"properties": {
"page": {
"type": "number"
},
"query": {
"type": "string"
},
"page_size": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-figshare
https://github.com/pipeworx-io/mcp-figshare
2/7 registries