get_install
Get the install command and links for one product by slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug, e.g. 'agentloopkit'. | |
| client | No | Optional coding-agent client, e.g. 'claude', 'cursor', 'codex'. |
Get the install command and links for one product by slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug, e.g. 'agentloopkit'. | |
| client | No | Optional coding-agent client, e.g. 'claude', 'cursor', 'codex'. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It clearly indicates the tool returns install command and links, but it doesn't disclose potential prerequisites (e.g., authentication), error behavior, or return format. The verb 'get' implies a read-only operation, which provides some transparency, but further context would be beneficial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one sentence with no filler. It conveys the core purpose efficiently and front-loads the key information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple getter with two parameters and no output schema, the description covers the essential purpose. It could be improved by mentioning the response structure or error scenarios, but the tool's simplicity keeps it adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of parameters with descriptions. The description adds little beyond the schema: 'by slug' aligns with the slug parameter. No new semantic value is provided, justifying the baseline score of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Get') and resource ('install command and links') with a clear scope ('for one product by slug'). It distinguishes itself from sibling tools like get_docs or get_mcp_config by focusing on installation guidance.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied: use this when you need an install command for a product. However, there is no explicit mention of when not to use it or alternatives such as get_docs or list_products. The guidance is minimal but not misleading.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.