Skip to main content
Glama
todayoneul

Youth Policy Navigator

by todayoneul

Get policy detail

get_policy_detail
Read-onlyIdempotent

Retrieve complete application details for a youth policy, including application period, required documents, how to apply, and eligibility summary. Use after selecting a policy to understand next steps.

Instructions

Youth Policy Navigator(청년 정책 내비게이터): return full application details for a specific policy (by policy_id) — support content, application period, how to apply, required documents, official apply URL, supervising agency, and an eligibility summary with source and as-of date. Call this after the user picks a policy from search_youth_policies and wants to know how and when to apply, or what documents are needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policy_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint. Description adds value by detailing return fields (support content, application period, etc.) and usage context. No contradictions.

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?

Single sentence front-loaded with Korean name, then English explanation and usage hint. Every word serves a purpose.

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

Completeness5/5

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

Given output schema exists, description doesn't need to detail returns. It covers purpose, usage context, and expected detail types completely for this simple read-only tool.

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?

Only param policy_id has no schema description, but description clarifies it's the policy identifier from search_youth_policies, adding meaning beyond the schema type.

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?

Description clearly states it returns full application details for a specific policy by policy_id, listing content types (support content, application period, etc.) and distinguishes from sibling search_youth_policies by specifying call this after user picks a policy.

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?

Explicitly says when to use: after user picks a policy and wants application details. Does not explicitly state when not to use or compare with siblings, but context is clear.

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/todayoneul/youth-policy-mcp'

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