todos
ActiveTool of Dummyjson
declared in 0.1.0
Fetch a paginated list of fake todo items from DummyJSON. Supports limit and skip. Returns todo text, completion status, and userId.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
}
],
"properties": {
"skip": {
"type": "number"
},
"limit": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dummyjson
https://github.com/pipeworx-io/mcp-dummyjson
1/7 registries