Skip to main content
Glama
Gamaleldientarek

jisr-mcp

List business units

jisr_business_units_list
Read-onlyIdempotent

Retrieve organization business units with IDs and English/Arabic names to resolve unit names to stable identifiers before querying other HR data.

Instructions

Lists the organization's business units, each with its identifier and both English and Arabic names. Use these to resolve names to stable identifiers before filtering other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoPass pagination.nextCursor back unchanged.
pageSizeNoRecords per page, 1-100. Defaults to 50.
Behavior3/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful return-content context (identifier and bilingual names) but does not describe pagination behavior or any operational traits beyond what annotations and schema already cover.

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?

Two sentences with no filler: the first states the primary function and return fields, the second states the practical purpose. All content earns its place and the key action verb is front-loaded.

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?

For a simple, read-only list tool with clear annotations and fully documented pagination parameters, the description is complete. It tells the agent what the tool returns (identifier and bilingual names), why to use it (identifier resolution), and the structured schema already covers pagination.

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 cursor and pageSize are already fully documented in the schema. The description adds no parameter-level information, which is acceptable because the schema carries that burden.

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?

States a specific verb ('Lists'), a specific resource ('business units'), and the exact content returned (identifier plus English and Arabic names). The added use-case sentence ('resolve names to stable identifiers before filtering other tools') gives it a distinct identity among the many sibling list tools, so an agent can tell it apart.

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

Usage Guidelines4/5

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

The description gives a clear, explicit purpose: use business-unit identifiers to resolve names before filtering other tools. It does not explicitly name alternatives or state when not to use this tool, but it provides enough contextual guidance to select it for identifier resolution.

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/Gamaleldientarek/jisr-mcp'

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