Skip to main content
Glama
saidsurucu

Mevzuat MCP

by saidsurucu

search_cbyonetmelik

Search Turkish Presidential Regulations by title or content using Boolean operators, filter by year, and retrieve metadata for legal research.

Instructions

Search for Turkish Presidential Regulations (Cumhurbaşkanlığı Yönetmeliği / CB Yönetmeliği) in both titles and content.

This tool searches in regulation titles and full text content. Use 'search_within_cbyonetmelik' to search within a specific regulation's articles and get article-level results.

Boolean operators (must be uppercase):

  • AND: Both terms must be present (yatırımcı AND tazmin)

  • OR: At least one term must be present (vergi OR ücret)

  • NOT: Exclude term (yatırımcı NOT kurum)

  • Exact phrase: Use quotes ("mali sıkıntı")

Returns:

  • List of matching regulations with metadata (number, title, publication date, Official Gazette info)

  • Total result count and pagination info

  • Use the 'mevzuat_no' and 'mevzuat_tertip' from results for content retrieval

Example usage:

  • List all: search_cbyonetmelik()

  • Search: search_cbyonetmelik(aranacak_ifade="ihale")

  • Filter by year: search_cbyonetmelik(baslangic_tarihi="2023", bitis_tarihi="2024")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aranacak_ifadeNoSearch query with optional Boolean operators: simple word (yatırımcı), AND (yatırımcı AND tazmin), OR (vergi OR ücret), NOT (yatırımcı NOT kurum), + for required (+term), grouping with (), exact phrase with quotes ("mali sıkıntı"). Leave empty to list all regulations.
tam_cumleNoExact phrase match (true) or any word match (false, default). Set to true when searching for exact phrases.
baslangic_tarihiNoStart year for filtering results (format: YYYY, e.g., '2018')
bitis_tarihiNoEnd year for filtering results (format: YYYY, e.g., '2024')
page_numberNoPage number (1-indexed)
page_sizeNoNumber of results per page (max 100)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentsYes
page_sizeYes
query_usedYes
total_pagesYes
current_pageYes
error_messageNo
total_resultsYes
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by detailing search behavior (Boolean operators, exact phrase matching), return format (list with metadata, pagination info), and practical usage guidance (how to use results for content retrieval). It doesn't mention rate limits, authentication needs, or error conditions, but covers core operational behavior thoroughly.

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 clear sections: purpose statement, sibling differentiation, search syntax, return format, and examples. While comprehensive, some redundancy exists (Boolean operators explained twice), but overall it's efficiently organized with each section adding value.

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 (search with multiple parameters), no annotations, but 100% schema coverage and existence of an output schema, the description provides excellent contextual completeness. It covers purpose, differentiation, search behavior, return format, and practical examples - everything needed for effective use without needing to explain return values (handled by output schema).

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 all 6 parameters thoroughly. The description adds minimal parameter-specific information beyond what's in the schema (mainly reinforcing Boolean operators in the main text). It meets the baseline expectation when schema coverage is complete.

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 verb ('search for') and resource ('Turkish Presidential Regulations') with scope ('in both titles and content'). It distinguishes from sibling 'search_within_cbyonetmelik' which searches within specific regulations' articles, establishing clear differentiation.

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?

The description provides explicit guidance on when to use this tool vs alternatives: 'Use search_within_cbyonetmelik to search within a specific regulation's articles and get article-level results.' This clearly defines the boundary between general regulation search and article-level search within regulations.

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