Skip to main content
Glama

Mevzuat MCP

by saidsurucu
MIT License
88
  • Apple
  • Linux

get_mevzuat_article_tree

Retrieve the hierarchical table of contents for Turkish legislation, displaying chapters, sections, and articles. Use this to navigate and access structured content from the Ministry of Justice's Legislative Information System.

Instructions

Retrieves the table of contents (article tree) for a specific legislation. This shows the chapters, sections, and articles in a hierarchical structure. If the tree is empty, it means the document doesn't have a hierarchical structure - you can use the mevzuat_id directly as the madde_id for get_mevzuat_article_content.

Input Schema

NameRequiredDescriptionDefault
mevzuat_idYesThe ID of the legislation, obtained from the 'search_mevzuat' tool. E.g., '343829'.

Input Schema (JSON Schema)

{ "properties": { "mevzuat_id": { "description": "The ID of the legislation, obtained from the 'search_mevzuat' tool. E.g., '343829'.", "title": "Mevzuat Id", "type": "string" } }, "required": [ "mevzuat_id" ], "type": "object" }

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