Skip to main content
Glama

list_connected

Show AI agents which API providers are immediately callable through APIClaw without pasting keys, returning a concise execution-ready list.

Instructions

Summary of managed providers callable right now through APIClaw with no key paste. Defaults to a compact execution-ready summary. Pass verbose=true only if the agent explicitly needs source-verified discovery entries. Use discover_apis(query) for narrow lookups instead of dumping the whole catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoIf true, also include source-verified registry entries for discovery. Anonymous keyless proxy stays disabled. Workspace-authenticated public/no-key origins are executable. Default: false.
categoryNoOptional category filter for the open-API list when verbose=true.
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It transparently notes that the tool works without key paste, defaults to a compact execution-ready summary, and only includes source-verified entries when verbose=true. It does not disclose output format details or potential side effects, but for a list/summary tool the key behavioral traits are 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 three tight sentences with no filler. The core purpose is front-loaded, the verbose condition is stated clearly, and the sibling-tool alternative is given without unnecessary detail.

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 two-optional-parameter list tool with no output schema, the description gives sufficient context to invoke it correctly: what it lists, the default mode, when to enable verbose, and when to use an alternative. It does not specify the exact return fields, but the phrase 'compact execution-ready summary' gives a usable mental model.

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%, so parameters are already well documented in the schema. The description adds usage context for verbose but no additional semantic detail beyond what the parameter descriptions already provide, so 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 identifies the tool as returning a summary of managed providers callable right now through APIClaw without key paste, which is a specific resource and scope. It also distinguishes the tool from discover_apis by mentioning that discover_apis is for narrow lookups rather than dumping the whole catalog.

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?

The description explicitly tells the agent when to use verbose=true, namely only when source-verified discovery entries are needed. It also directs agents to use discover_apis(query) for narrow lookups instead, providing clear routing guidance among sibling tools.

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/nordsym/apiclaw'

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