list_datasets
List all datasets on a Fuseki server and the endpoints each provides. Use it first when a call returns 405 to confirm whether the dataset exists and which endpoint names it supports.
Instructions
List the datasets on this Fuseki server and the endpoints each offers.
Reach for this first when a call fails with 405. Fuseki answers 405 -- not 404 -- for a dataset name it does not know, which reads like "wrong method" when it actually means "no such dataset".
The endpoint names matter too. A dataset configured through an assembler file often exposes only "sparql", while Fuseki's stock configuration also accepts "query". This shows which one you have.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||