Explore External SPARQL Endpoint
explore_external_endpointDiscover main classes and instance counts from any external SPARQL endpoint to quickly understand its data structure before writing detailed queries.
Instructions
Explore the structure of an external SPARQL endpoint: discover its main classes and instance counts.
Args:
endpointUrl: URL of the SPARQL endpoint to explore (must be HTTPS)
limit: Maximum number of classes to return (default: 20)
Returns:
List of classes with instance counts, ordered by count descending
Security: Only HTTPS endpoints are allowed. Requests timeout after 15 seconds.
Use when: Getting a quick overview of what data an external endpoint contains before writing detailed queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of classes to return | |
| endpointUrl | Yes | URL of the SPARQL endpoint to explore (HTTPS required) |