Skip to main content
Glama
chexma
by chexma

vibemk_get_rulesets

Retrieve a list of available rulesets, with an optional search term to filter the results.

Instructions

📋 List rulesets - Show available rulesets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term to filter rulesets

Schema Changelog

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

  1. First observedv0.3.10

TDQS

C2.5/5.0
Behavior2/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 only says 'List rulesets' and 'Show available rulesets', which implies a read operation but does not disclose pagination, result size, or any side effects. This is a significant gap for a tool with no safety annotations.

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

Conciseness2/5

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

The description is extremely brief, almost tautological with the tool name. While concise, it is under-specified and adds little beyond restating the purpose, lacking any structural benefit such as caveats or related tools.

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

Completeness2/5

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

Given the simplicity of the tool, the description might suffice on its own, but the presence of overlapping siblings (vibemk_list_rulesets, vibemk_search_rulesets) and no mention of return format or limitations makes it incomplete for reliable agent selection.

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% and the schema already documents the 'search' parameter with its purpose. The description adds no extra meaning, so it meets the baseline of 3 for full schema coverage.

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 states a clear action ('List rulesets') and resource, and adds 'Show available rulesets' for clarity. However, it does not distinguish from the sibling vibemk_list_rulesets, which likely performs the same function, so it misses the differentiation that would earn a 5.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives such as vibemk_search_rulesets, vibemk_show_ruleset, or vibemk_list_rulesets. The description offers no context, exclusions, or preferred scenarios, leaving the agent to guess.

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/chexma/vibeMK'

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