Skip to main content
Glama

List agentic-os role presets

list_presets
Read-onlyIdempotent

List available role presets (developer, qa, architect, etc.) to discover valid role names for install planning and compare governance requirements. Read-only, takes no arguments.

Instructions

List the agentic-os role presets — the named role bundles (developer, qa, architect, devops, and so on) that decide which governance files an install scaffolds and how much human approval it demands. Use it to discover the valid role names before calling plan_install, or to compare what roles differ on; each entry carries a uri you can read for the preset in full. Takes no arguments and always returns every preset. Read-only and idempotent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetsYesEvery role preset in the bundle, ordered by role name. Never empty in a healthy install — an empty list means the preset directory failed to load and is returned as an error instead.
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint true; description adds that it takes no arguments and always returns every preset, plus mentions each entry carries a URI for full detail, providing extra behavioral context beyond annotations.

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, no wasted words: first defines the tool, second gives usage guidance and additional details on output.

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?

Tool has no parameters, annotations cover safety, output schema exists; description fully explains what is returned (role presets with names and URIs) and how to use it, leaving no gaps.

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

Parameters4/5

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

No parameters exist, so baseline is 4; description confirms 'Takes no arguments', adding clarity.

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?

Description uses specific verb 'List' and resource 'agentic-os role presets', names examples like developer, qa, architect, and distinguishes from siblings like plan_install by stating its purpose as discovering valid role names.

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

Usage Guidelines5/5

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

Explicitly advises using before calling plan_install or for comparing roles, with no ambiguity about when to invoke.

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/Jarroslav/agentic-os'

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