Skip to main content
Glama
bibo242

haraj-mcp

by bibo242

search

Find Haraj classifieds by keyword with filters for city, tags, images, video, date, page, location. Returns compact or full post lists with counts and next-page status.

Instructions

Search haraj by keyword. Required: keyword. Optional: cities (list), city, tag, tags (list), page, limit, only_with_image (default true), only_with_video (default false), hide_show_rooms (default false), order_by_post_id (default false), during_date ('1days'|'3days'|'1week'|'1months'), near ('@lat,lon' e.g. '@26.4336,50.1116'), full (default false = compact). Returns {keyword, count, has_next_page, view_options, posts}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
cityNo
fullNo
nearNo
pageNo
tagsNo
limitNo
citiesNo
keywordYes
during_dateNo
hide_show_roomsNo
only_with_imageNo
only_with_videoNo
order_by_post_idNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A3.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses the return shape as {keyword, count, has_next_page, view_options, posts}, explains that full defaults to false meaning compact, and lists important defaults like only_with_image true and only_with_video false. This provides a useful behavioral picture beyond a vague one-liner.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence that front-loads the action and required keyword, then provides a compact enumeration of optional parameters and the return shape. Every element carries information and there is no wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is complex: 14 parameters, no output schema, and no annotations. The description covers the required keyword, key defaults, date and near formats, and return fields, which is a solid foundation. Yet it omits the semantic distinctions between several similar parameters (city/cities, tag/tags) and does not explain what the compact vs full result shapes actually contain, leaving important context unresolved.

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?

With 0% schema description coverage, the description must compensate for the 14 parameters. It adds meaningful detail for during_date via allowed literal values, near via a format example, full via compact/ful distinction, and cities/tags as lists. However, semantics for city vs cities, tag vs tags, order_by_post_id, and hide_show_rooms are left to inference from parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a specific action and resource: 'Search haraj by keyword.' It is clear that this is keyword-based search on the Haraj platform, and it identifies the one required parameter. It does not explicitly contrast with siblings like search_suggest or trending_keywords, so it earns 4 rather than 5.

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

Usage Guidelines2/5

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

The description gives required and optional parameters, but does not explain when to use this tool versus alternatives such as search_suggest, fetch_feed, or trending_keywords. No explicit exclusions or decision rules are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/bibo242/Haraj-MCP'

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