Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

list_feature_sets

Read-only

List accessible feature sets and filter by conditioning or target type to retrieve conditioning_set_id values for analyze_quantitative.

Instructions

List all accessible feature sets: your custom sets plus shared templates. Filter by set_type ('conditioning' or 'target'). Use this to find conditioning_set_id values for analyze_quantitative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
set_typeNoFilter: 'conditioning' or 'target'. Omit for all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With readOnlyHint=true annotations already declaring a safe read operation, the description adds useful context beyond that: it lists only 'accessible' sets and notes that results include both custom sets and shared templates. It also mentions the optional filter behavior. This is appropriate context for a simple read-only list tool.

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 two sentences, front-loaded with the purpose, followed by filtering guidance and a concrete downstream use case. Every sentence earns its place; no filler or redundancy.

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 read-only list tool with one optional parameter, no required parameters, and an output schema, this description fully covers what an agent needs: what it lists, how to filter, and how the result connects to analyze_quantitative. The output schema handles return-value details.

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 fully documents the single optional parameter with the description 'Filter: 'conditioning' or 'target'. Omit for all.' The tool description repeats this filter semantics without adding new meaning, examples, or edge-case guidance. With 100% schema coverage, the baseline score of 3 is appropriate.

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 a specific verb ('List') and resource ('feature sets'), and differentiates from the similar sibling tool list_feature_set_templates by noting it returns custom sets plus shared templates. This is unambiguous and immediately tells the agent what the tool does.

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 explicit guidance on when to use the tool: 'Use this to find conditioning_set_id values for analyze_quantitative.' It also explains how to filter by set_type. It does not explicitly mention when not to use it versus list_feature_set_templates, but the sibling name and the 'custom sets plus shared templates' phrasing make the intended context clear.

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/sablier-ai/sablier-mcp'

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