sparql_list_graphs
List all named graphs available on a SPARQL endpoint to discover which contexts you can query.
Instructions
List available named graphs on a SPARQL endpoint.
Queries the endpoint for all named graphs (contexts) available for querying.
Args: params: Parameters including endpoint URL, timeout, and optional headers.
Returns: List of named graph URIs.
Examples: >>> sparql_list_graphs(SparqlListGraphsInput( ... endpoint="https://query.wikidata.org/sparql" ... )) "Found 3 named graphs:\n1. http://example.org/graph1\n..."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |