Skip to main content
Glama
saidsurucu

Mevzuat MCP

by saidsurucu

get_cbgenelge_content

Retrieve the full content of a Turkish Presidential Circular as Markdown by supplying the circular number and Official Gazette date obtained from search results.

Instructions

Retrieve the full content of a Turkish Presidential Circular (Cumhurbaşkanlığı Genelgesi) in Markdown format.

This tool fetches the PDF document and converts it to Markdown. Presidential Circulars are available only as PDF files. Use 'search_cbgenelge' first to find the circular number and Official Gazette date.

IMPORTANT: You must provide the 'resmi_gazete_tarihi' (Official Gazette date) from the search results. This is required to construct the correct PDF URL.

Returns:

  • Full circular content formatted as Markdown (converted from PDF)

  • Ready for analysis, summarization, or question answering

Example usage:

  1. Search for circulars: search_cbgenelge(baslangic_tarihi="2025")

  2. Get full content: get_cbgenelge_content(mevzuat_no="16", resmi_gazete_tarihi="20/09/2025", mevzuat_tertip="5")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mevzuat_noYesThe Presidential Circular number from search results (e.g., '16', '15')
resmi_gazete_tarihiYesOfficial Gazette date from search results in DD/MM/YYYY format (e.g., '20/09/2025')
mevzuat_tertipNoCircular series from search results (e.g., '5')5

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
madde_idYes
mevzuat_idYes
markdown_contentYes
error_messageNo
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses the PDF-to-Markdown conversion and that circulars are only available as PDF. However, it does not mention potential errors if PDF is inaccessible or any rate limits.

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 well-structured with sections and an example, but slightly verbose. Every sentence contributes meaning without redundancy.

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 the tool's complexity, the description fully explains the workflow, parameter sources, and output format. The presence of an output schema lowers the burden, and the description covers all necessary details.

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

Parameters5/5

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

Schema coverage is 100%, and the description adds significant value by explaining how to derive parameters from search results, with an example and explicit format requirements for the date parameter.

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 the tool retrieves full content of a Turkish Presidential Circular in Markdown format from PDF. It distinguishes from sibling tools by specifying it's for circulars and directing to use search_cbgenelge first.

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

Usage Guidelines5/5

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

Explicitly instructs to use 'search_cbgenelge' first to obtain the circular number and Official Gazette date, and provides a complete example workflow. The importance of the date parameter is emphasized.

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

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