Skip to main content
Glama

get_org_ruleset

Retrieve the complete definition of an organization ruleset, including its rules, conditions, and bypass actors.

Instructions

Get the full definition of a single org ruleset (rules, conditions, bypass actors).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYes
ruleset_idYes
Behavior3/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 states that the tool retrieves a definition, which implies a read operation, but does not disclose any behavioral traits such as idempotency, error handling, rate limits, or authentication requirements. The description is adequate but lacks depth.

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, focused sentence that front-loads the action and resource. Every word adds value, with no redundancy or filler. It is concise and easy to parse.

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?

For a simple read tool with two required parameters and no output schema, the description provides the essential purpose. However, it omits details about the return value (e.g., the structure of the ruleset definition) and potential prerequisites. It is adequate but not fully complete for an agent to invoke confidently without additional context.

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

Parameters2/5

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

Schema description coverage is 0%, meaning the schema has no descriptions for 'org' or 'ruleset_id'. The description does not compensate by explaining the parameters' meanings or how to obtain them (e.g., org is the organization name, ruleset_id is a numeric identifier). The parameter semantics are left to the parameter names, which may be ambiguous.

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 action ('Get'), the target resource ('full definition of a single org ruleset'), and specifies the components included ('rules, conditions, bypass actors'). This distinguishes it from sibling tools like list_org_rulesets, which likely returns a summary list.

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 you need the full definition of a specific ruleset) but does not provide explicit guidance on alternatives or when not to use it. Siblings like list_org_rulesets are not mentioned, leaving the agent to infer the appropriate use case.

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/mholzinger/ghe-mcp-gateway'

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