Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Unreleased

### Features Added

- **API Endpoint Explorer Tool**: New `explore_mapbox_api_tool` provides structured, queryable information about Mapbox APIs (#71)
- List all available Mapbox APIs with descriptions and operation counts
- View detailed operations for specific APIs (geocoding, styles, tokens, static-images, directions, tilequery, feedback)
- Get complete endpoint details including HTTP methods, parameters, required scopes, and rate limits
- Optional detailed mode includes example requests and responses
- Complements `get_latest_mapbox_docs_tool` by providing structured API reference data
- No API access required - works with curated endpoint definitions

### Documentation

- **PR Guidelines**: Added CHANGELOG requirement to CLAUDE.md (#67)
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,23 @@ The `MAPBOX_ACCESS_TOKEN` environment variable is required. **Each tool requires

📖 **[See more examples and interactive demo →](./docs/mapbox-docs-tool-demo.md)**

**explore_mapbox_api_tool** - Explore Mapbox API endpoints with structured, queryable information. Get details about available APIs, their operations, required parameters, authentication scopes, and rate limits. This tool provides structured API reference data complementing the prose documentation from `get_latest_mapbox_docs_tool`.

**Features:**

- List all available Mapbox APIs (geocoding, styles, tokens, static-images, directions, tilequery, feedback)
- View operations for a specific API
- Get detailed endpoint information including HTTP methods, parameters, and examples
- See required token scopes and rate limits for each operation

**Example prompts:**

- "What Mapbox APIs are available?"
- "Show me the geocoding API operations"
- "What parameters does the forward geocoding endpoint accept?"
- "What scopes do I need for the Styles API?"
- "How do I use the directions API? Show me examples"

### Reference Tools

**get_reference_tool** - Access static Mapbox reference documentation and schemas. This tool provides essential reference information that helps AI assistants understand Mapbox concepts and build correct styles and tokens.
Expand Down
Loading
Loading