Skip to main content
Glama

list_intents

Read-only

List intent plans in your active profile and check which ones require human approval before execution.

Instructions

List available intent plans and whether each requires human approval in the active profile

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mcpProfileNo
bundleIdNo
partnerProfileNo
Behavior4/5

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

The annotation readOnlyHint=true already indicates it is safe, but the description adds that the output includes human approval status, which is additional behavioral context. It does not mention other traits like pagination or sorting, but for a read-only listing, the key behavior is covered.

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 concise sentence that immediately conveys the core action and output. There is no fluff, and every word adds value.

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?

With no output schema and no parameter explanations, the description leaves gaps. The agent lacks information on how to filter using the optional parameters and what the exact output format looks like, which is needed for a complete understanding.

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?

The description does not explain any of the three parameters (mcpProfile, bundleId, partnerProfile) despite 0% schema description coverage. The agent must infer their purpose from names alone, which is insufficient for correct invocation.

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 tool lists intent plans and includes whether each requires human approval. It uses a specific verb ('List') and resource ('intent plans'), distinguishing it from siblings like plan_intent which involve creating or modifying intents.

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. It does not mention when to list intents, when not to, or how it differs from other listing or planning tools among the many siblings.

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/IgorGanapolsky/ThumbGate'

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