Skip to main content
Glama
kkroekerMTB

Tally MCP Server

by kkroekerMTB

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TALLY_TOKENNoDefault bearer token for Tally API.
TALLY_API_KEYNoAPI key (default 3C9DEDE2-EC3E-43E3-9C20-E591ED341127).
TALLY_BASE_URLNoBase URL for Tally API (default https://tally.prod.readytouchpos.com).
TALLY_PAGE_SIZENoDefault page size for product paging (default 100).
TALLY_ACCOUNT_IDNoDefault account ID.
TALLY_LOCATION_IDNoDefault location ID (e.g., 4dfd336941716947dba20acffc45660d).

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
set_tally_tokenA

Set or update the Tally bearer token used by other tools.

list_categoriesC

List product categories available for a location.

list_productsC

Retrieve products with optional category/search/price filters.

ask_productsC

Answer natural-language questions about products/prices by querying Tally data.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 4 tools

Disambiguation4/5

set_tally_token and list_categories are clearly distinct from the other tools. list_products and ask_products both retrieve product data, so they could be confused, but their descriptions separate structured filtering from natural-language querying.

Naming Consistency4/5

Most tool names follow a clear verb_noun snake_case pattern: set_tally_token, list_categories, list_products. ask_products deviates slightly from the action style but remains readable and consistent with the overall convention.

Tool Count4/5

Four tools form a compact, focused server for exploring and querying product/category data. The count is small but appropriate for a read-oriented Tally integration, and each tool has a clear role.

Completeness4/5

The set covers authentication, category listing, product listing/filtering, and natural-language product questions, which covers the core query workflow. Some gaps exist, such as no explicit product detail-by-ID or location-listing tool, but agents can likely work around these.

Maintenance

ActivityInactive
ResponsivenessNo issues