Skip to main content
Glama

FonParam MCP

by kemalersin
  • Apple
  • Linux

monthly_inflation_rate

Retrieve specific monthly inflation data by entering the year and month, enabling users to analyze and monitor inflation trends effectively.

Instructions

Belirli bir ay ve yıldaki enflasyon verisini getirir

Input Schema

NameRequiredDescriptionDefault
monthYesAy (1-12)
yearYesYıl

Input Schema (JSON Schema)

{ "properties": { "month": { "description": "Ay (1-12)", "maximum": 12, "minimum": 1, "type": "number" }, "year": { "description": "Yıl", "minimum": 2000, "type": "number" } }, "required": [ "year", "month" ], "type": "object" }

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/kemalersin/fonparam-mcp'

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