Skip to main content
Glama
discava

discava – Business Directory for AI

by discava

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCAVA_API_URLNoAPI base URLhttps://discava.ai/api/v1

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_businessesA

Search for local businesses. Returns name, category, city, country, logo_url, available_details (what data exists), and scores. Check available_details to see what is available, then call get_business for full details.

get_businessA

Get full details for one or more businesses: address, phone, website, opening hours, services, payment methods, social links, logo, business image, coordinates. Pass comma-separated IDs for batch.

send_feedbackC

Report data quality issues for a business.

get_rankingsC

Get top businesses by demand score.

suggestC

Autocomplete for cities or categories/business names.

health_checkB

Check if the discava API is online.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get_business retrieves detailed business data, get_rankings provides demand-based rankings, health_check checks API status, search_businesses finds businesses with basic info, send_feedback reports issues, and suggest handles autocomplete. The descriptions clearly differentiate their functions, eliminating any ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_business, get_rankings, search_businesses, send_feedback, health_check, suggest), with verbs like 'get', 'search', 'send', and 'suggest' applied appropriately. There are no deviations in naming conventions, making the set predictable and readable.

Tool Count5/5

With 6 tools, the count is well-scoped for a business directory server, covering core operations like retrieval, search, rankings, feedback, autocomplete, and health checks. Each tool earns its place without feeling excessive or insufficient for the domain's needs.

Completeness4/5

The tool surface is largely complete for a business directory, covering key workflows: search, detailed retrieval, rankings, feedback, and autocomplete. A minor gap exists in update or creation tools for business data, but this is reasonable for a directory focused on querying and reporting, and agents can work around this with the provided tools.

Maintenance

ActivityInactive
ResponsivenessNo issues