Skip to main content
Glama
saidsurucu

Mevzuat MCP

by saidsurucu

get_cbbaskankarar_content

Retrieve full Turkish Presidential Decision content in Markdown format by providing the decision number and series, enabling analysis and summarization of official documents.

Instructions

Retrieve the full content of a Turkish Presidential Decision (Cumhurbaşkanı Kararı) in Markdown format.

This tool fetches the PDF document and converts it to Markdown. Presidential Decisions are available only as PDF files. Use 'search_cbbaskankarar' first to find the decision number and series.

Returns:

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

  • Ready for analysis, summarization, or question answering

Example usage:

  1. Search for decisions: search_cbbaskankarar(baslangic_tarihi="2023", bitis_tarihi="2024")

  2. Get full content: get_cbbaskankarar_content(mevzuat_no="10452", mevzuat_tertip="5")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mevzuat_noYesThe Presidential Decision number from search results (e.g., '10452')
mevzuat_tertipNoDecision series from search results (e.g., '5')5

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
madde_idYes
mevzuat_idYes
error_messageNo
markdown_contentYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: it fetches and converts PDFs to Markdown, notes that decisions are only available as PDFs, and describes the return format ('Full decision content formatted as Markdown'). However, it lacks details on error handling, rate limits, or authentication needs, leaving some gaps.

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 and front-loaded with the core purpose, followed by supporting details and an example. Most sentences earn their place, though the 'Returns' section could be slightly more concise. Overall, it is appropriately sized and clear.

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 (PDF conversion, specific document type), the description is complete enough. It explains the purpose, usage workflow, and output format, and with an output schema present, it does not need to detail return values. The context signals (100% schema coverage, output schema) support this assessment.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds minimal value beyond the schema by mentioning these parameters in the example usage, but does not provide additional semantics or constraints. Baseline 3 is appropriate when schema does the heavy lifting.

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 specific action ('Retrieve the full content'), resource ('Turkish Presidential Decision'), and format ('in Markdown format'), distinguishing it from sibling tools like search_cbbaskankarar (which finds decisions) and other content retrieval tools for different document types (e.g., get_cbgenelge_content).

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?

Explicit guidance is provided: 'Use search_cbbaskankarar first to find the decision number and series,' with a step-by-step example showing the workflow. This clearly indicates when to use this tool versus alternatives and establishes prerequisites.

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