Skip to main content
Glama

login_keys_commands

List commands a login key can be restricted to. Define allowed commands to control access and prevent unauthorized actions.

Instructions

Commands a login key can be restricted to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.4/5.0
Behavior1/5

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

No annotations are provided, and the description discloses no behavior: it does not state whether this is a read-only enumeration, what side effects it may have, what the output contains beyond 'commands', or any authentication requirements. The description is essentially a label.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, but it is under-specified rather than appropriately concise. It is a noun phrase with no action verb, so it does not fully function as a tool description. A sentence like 'List the commands a login key can be restricted to' would be both concise and complete.

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?

Even for a simple zero-parameter endpoint with an output schema, the description fails to explicitly state the operation or connect to related login-key tools where the returned commands would be used. The fragment leaves too much for the agent to infer.

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?

The tool has zero parameters and schema coverage is 100%, so there are no parameter details the description must add. Per the no-parameters baseline, this dimension is adequately handled by the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The phrase identifies the subject matter—commands usable as login-key restrictions—and the name distinguishes it from sibling login-key tools. However, it lacks an action verb and reads as a noun phrase rather than a statement of what the tool does, such as 'List' or 'Return'.

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?

No guidance is given about when to call this endpoint or how it relates to login_keys_create, login_keys_update, or login_keys_list. An agent must infer its purpose and placement in a workflow from the tool name alone.

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

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/OpenIaaS/directadmin-mcp-server'

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