Skip to main content
Glama
oliverames

YNAB MCP Server

by oliverames

Get Payee Location

get_payee_location
Read-onlyIdempotent

Retrieve a payee location record by its ID to view the payee name, latitude, and longitude. Requires a payee location ID from list_payee_locations.

Instructions

Get one payee location record by its ID (payee, latitude, longitude). Read-only; requires a payee-location ID from list_payee_locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
budgetIdNoBudget ID (uses default if not provided)
payeeLocationIdYesPayee location ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesStructured result returned by Get Payee Location.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv5.2.0
  2. Removedv5.1.1
  3. First observedv2.0.0

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that the ID must come from list_payee_locations, but it does not cover error handling, authentication, or default budget behavior. This is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no redundant clauses. It states the purpose, the read-only nature, and the required ID source efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only fetch, the annotations, input schema, and output schema cover the essential safety, parameter, and return-value information. The only notable gap is not explicitly distinguishing this from get_payee_locations_by_payee when the caller has a payee ID instead of a payee-location ID.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents budgetId and payeeLocationId. The description only adds provenance for payeeLocationId by pointing to list_payee_locations, a minor bonus over the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Get'), a singular resource ('one payee location record'), and a clear lookup mechanism ('by its ID'). It also lists the key returned fields (payee, latitude, longitude), which distinguishes it from list_payee_locations and get_payee_locations_by_payee.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear precondition: the caller needs a payee-location ID from list_payee_locations. It does not explicitly mention sibling alternatives or when not to use this tool, so it stops short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oliverames/ynab-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server