Skip to main content
Glama

get_profiles

get_profiles
Read-only

Inspect current agent adapter availability and executable detection results, showing placeholders for uninstalled or unverified options, to determine which agents can run tasks.

Instructions

查看当前 agent 适配与可执行探测结果(含未安装/调研占位提示)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive, and the description is consistent with that. It adds useful behavioral context by disclosing that the output includes uninstalled/research placeholder hints and reflects the current state.

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 sentence, front-loaded with the verb, and includes parenthetical detail about placeholder hints without padding.

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 no-parameter, read-only inspection tool with annotations covering safety, the description is nearly complete. It does not specify return format, but no output schema exists and the output content is summarized sufficiently for invocation.

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 an empty schema, so there is no parameter semantics burden on the description. Per the baseline for 0-param tools, the description need not add parameter detail.

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

Purpose4/5

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

The description uses the verb '查看' and names a specific resource: current agent adaptation and executable detection results, including placeholder hints for uninstalled/research items. It is clearly distinct from the task-oriented sibling tools, though it does not explicitly name an alternative.

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

Usage Guidelines3/5

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

There is no explicit 'use when' or 'instead of' statement. However, the description's focus on current agent profiles and the task-related sibling tool names make the intended usage reasonably inferable.

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