Skip to main content
Glama
pragprogrammer

YNAB MCP Server

get_payee_location

Retrieve details for a specific payee location by providing its ID and plan ID. Optionally exclude fields from the response.

Instructions

Get a single payee location.

Args: payee_location_id: The payee location ID plan_id: The plan ID (use list_plans to find available IDs) exclude_fields: Optional list of field names to exclude from the response. If omitted, the model's default exclude list is used (see FIELDS.md). Pass [] to return all fields. Pass a custom list to override the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_idYes
exclude_fieldsNo
payee_location_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. However, it does not state that this is a read-only operation, does not mention error handling (e.g., what happens if the location ID does not exist), and does not describe authentication or rate limits. The detailed explanation of exclude_fields is useful but insufficient for overall behavioral transparency.

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

Conciseness4/5

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

The description is concise and front-loaded with the purpose. The parameter explanations are structured clearly in a list. However, the exclude_fields explanation is somewhat verbose, though it adds necessary detail. Overall, every sentence serves a purpose.

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

Completeness3/5

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

Given the presence of an output schema, return values do not need to be described. The description adequately covers parameters and provides a hint for finding plan IDs. However, it does not explain what a payee location is, which might leave some ambiguity. The tool is simple, so this is adequate but not comprehensive.

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

Parameters4/5

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

With 0% schema coverage, the description adds significant meaning beyond the input schema. It explains the purpose of payee_location_id and plan_id, and gives a thorough explanation of exclude_fields including default behavior and how to override. This adds clear value for the agent.

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 clearly states 'Get a single payee location.' The verb 'Get' and resource 'payee location' are specific and unambiguous. Among siblings, it is distinguished from list_payee_locations (list all) and get_payee_locations_by_payee (filter by payee), so its purpose is well-defined.

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

Usage Guidelines2/5

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

The description lacks guidance on when to use this tool versus alternatives like get_payee_locations_by_payee. While it hints at using list_plans to find plan IDs, it does not explain when a single location retrieval is appropriate or what prerequisites exist. No explicit when-to-use or when-not-to guidance is provided.

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

Install Server

Other Tools

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/pragprogrammer/mcp-ynab'

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