Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_ordinanceA

Search Madison, WI municipal code/ordinances for specific topics.

Use this tool when users ask about:

  • City regulations (fences, parking, noise, permits, etc.)

  • What is allowed or prohibited in Madison

  • Requirements for construction, businesses, animals, etc.

  • Penalties and fees for violations

Returns relevant ordinance sections with citations.

Examples of good queries:

  • "fence height limit residential"

  • "short term rental requirements"

  • "parking permit downtown"

  • "noise ordinance quiet hours"

  • "building permit required when"

get_ordinance_detailsA

Get full details of a specific ordinance section by title.

Use this after search_ordinance to get more details about a specific section.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: search_ordinance finds relevant ordinance sections based on topics, while get_ordinance_details retrieves full details for a specific section. There is no overlap or ambiguity between them, as one is for discovery and the other for detailed lookup.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (search_ordinance and get_ordinance_details) with clear, descriptive names. The naming convention is uniform and predictable across the tool set.

Tool Count2/5

With only two tools, the server feels thin for its apparent scope of navigating municipal codes and ordinances. While the tools cover search and detail retrieval, the lack of additional operations like listing ordinances, updating information, or handling related processes suggests an incomplete surface for the domain.

Completeness2/5

The tool set is severely incomplete for a municipal code navigation server. It only supports search and detail retrieval, missing essential operations such as listing ordinances, accessing related documents, or providing updates. This creates significant gaps that could hinder agent workflows in this domain.

Maintenance

ActivityInactive
ResponsivenessNo issues