Skip to main content
Glama

list_agent_use_cases

Read-only

Find AI Agent Studio use cases and their configuration. Filter by name and limit results to review or manage automation scenarios.

Instructions

List AI Agent Studio use cases (sn_aia_usecase) and their configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax records (default 50)
queryNoSearch use cases by name

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv4.15.1

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is established. The description adds 'and their configuration,' implying the returned records include configuration details, but it does not elaborate on pagination, sorting, or error behavior. With annotations covering the safety profile, this is adequate but not rich.

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, efficient sentence that front-loads the primary action and resource. There is no wasted wording.

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?

For a simple read-only list tool with no output schema, the description and annotations cover the essentials: the resource, the read-only nature, and parameter documentation. It lacks usage guidance, but that is addressed in a separate dimension. The tool is adequately specified for an agent to call it correctly.

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%, with both 'limit' and 'query' having descriptive text in the schema. The description adds no additional meaning about parameters beyond what the schema provides, so the baseline score of 3 applies.

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 ('List'), the resource ('AI Agent Studio use cases'), and identifies the underlying table (sn_aia_usecase). It distinguishes itself from sibling tools like list_ai_agents, which likely list agents, not use cases.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as list_ai_agents or other list tools. It does not mention any exclusions or conditions for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools