Skip to main content
Glama

my_get_act

Read-onlyIdempotent

Find official metadata for Malaysian principal Acts using the act number. Get verifiable citations and details from the Laws of Malaysia portal.

Instructions

Fetch metadata for a Malaysian principal Act by its numeric act coordinate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
act_numberYese.g. ``883``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
eli_uriNo
eli_noteNoMalaysia has not deployed ELI. eli_uri is the durable lom.agc.gov.my act page URL (https://lom.agc.gov.my/act-detail.php?language=BI&act={act_number}), keyed on the portal's own numeric act coordinate - never invented.
pdf_pathNo
act_numberYes
source_urlNo
dataset_noteNolom.agc.gov.my (Laws of Malaysia Online) is the Attorney-General's Chambers' official portal for Malaysian federal legislation. This MVP covers principal Acts only, addressed by their numeric act coordinate (e.g. 883); amendments and subsidiary legislation (P.U. (A)/(B) notices) are not yet covered. Malaysia has no ELI scheme; eli_uri carries the durable lom.agc.gov.my act page URL (see eli_note).
human_readable_citationNo
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds that the tool returns metadata specifically, distinguishing it from text retrieval, but does not disclose any additional behavioral traits such as rate limits, authorization, or error handling.

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 clear sentence with no redundant wording. It efficiently conveys the tool's purpose and scope without any fluff or repetition of schema details.

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

Completeness4/5

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

Given the tool's simplicity (one parameter), the presence of an output schema, and strong annotations, the description is functionally complete for selecting and invoking the tool. It doesn't explain return values, but the output schema handles that gap. Some information about when to use vs. the sibling would improve completeness, but it's not essential for a tool this simple.

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?

The schema already covers act_number fully as an integer with an example, giving 100% schema description coverage. The phrase 'numeric act coordinate' in the description is essentially a synonym for the schema's type and example, adding no significant new meaning. Baseline 3 is appropriate.

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?

The description clearly states the tool fetches metadata for Malaysian principal Acts using a numeric act coordinate. It differentiates from the sibling 'my_get_text' by specifying 'metadata' rather than text, but it does not explicitly reference the sibling or contrast them.

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

Usage Guidelines3/5

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

The description implies when to use this tool (when needing metadata for a Malaysian act) but provides no explicit guidance about alternatives like 'my_get_text' or exclusions. The 'metadata' keyword hints at the distinction, but explicit when/when-not guidance is absent.

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/matematicsolutions/my-eli-mcp'

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