Skip to main content
Glama

Mevzuat MCP

by saidsurucu
MIT License
72
  • Apple
  • Linux

get_mevzuat_article_content

Retrieve the full text content of a specific legislative article in clean Markdown format using the mevzuat_id and madde_id parameters.

Instructions

Retrieves the full text content of a single article of a legislation and provides it as clean Markdown text. If the article tree is empty (no hierarchical structure), use the mevzuat_id as the madde_id parameter to get the full document content.

Input Schema

NameRequiredDescriptionDefault
madde_idYesThe ID of the specific article (madde), obtained from the 'get_mevzuat_article_tree' tool. If article tree is empty, use the mevzuat_id as madde_id to get the full document content.
mevzuat_idYesThe ID of the legislation, obtained from 'search_mevzuat' results.

Input Schema (JSON Schema)

{ "properties": { "madde_id": { "description": "The ID of the specific article (madde), obtained from the 'get_mevzuat_article_tree' tool. If article tree is empty, use the mevzuat_id as madde_id to get the full document content.", "title": "Madde Id", "type": "string" }, "mevzuat_id": { "description": "The ID of the legislation, obtained from 'search_mevzuat' results.", "title": "Mevzuat Id", "type": "string" } }, "required": [ "mevzuat_id", "madde_id" ], "type": "object" }
Install Server

Other Tools from Mevzuat MCP

Related Tools

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/saidsurucu/mevzuat-mcp'

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