Skip to main content
Glama
BACH-AI-Tools

Geocoding By API Ninjas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key for Geocoding By Api Ninjas API authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
v1geocodingD

API Ninjas Geocoding API endpoint.

v1reversegeocodingC

API Ninjas Reverse Geocoding API endpoint.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have perfectly distinct purposes: one converts addresses to coordinates (geocoding) and the other converts coordinates to addresses (reverse geocoding). There is no overlap or ambiguity between them, making it impossible for an agent to confuse their functions.

Naming Consistency5/5

Both tools follow a consistent naming pattern with 'v1' prefix and descriptive suffixes ('geocoding' and 'reversegeocoding'). They use the same style (lowercase with no separators) and clearly indicate their functions, ensuring predictability and readability.

Tool Count2/5

With only 2 tools, the server feels thin for a geocoding service, as it lacks operations like batch processing, validation, or additional geospatial queries. While the core functions are covered, the limited scope may hinder more complex agent workflows that expect broader capabilities.

Completeness3/5

The server covers the basic bidirectional conversion between addresses and coordinates, but there are notable gaps such as missing batch operations, address validation, or support for different coordinate formats. This limits the surface for handling varied geocoding tasks, though agents can still perform fundamental lookups.

Maintenance

ActivityInactive
ResponsivenessNo issues