Skip to main content
Glama
Citrus086

mcporter-bridge

by Citrus086

mcporter_activate_mcp

Activates a named MCP from the registry, enabling its tools for invocation. Re-list MCPs afterward to verify activation.

Instructions

激活一个大型 MCP。激活后需重新调用 mcporter_list_servers 确认。

参数:name - 从 mcporter_list_servers().available 中获取的名称

示例:mcporter_activate_mcp(name="playwright")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
timeout_msNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden. It states 'activate' (a mutation) and mentions a confirmation step, but it does not disclose side effects, reversibility, permissions, or what the activation actually changes. This is minimal behavioral disclosure.

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 brief and front-loaded: purpose, a post-requisite, parameter explanation, and an example—all in three concise sentences with no filler. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple and there is an output schema (so return values need not be described). The description covers purpose and the name parameter, but leaves timeout_ms unexplained and lacks details on activation behavior. It is adequate but has clear gaps.

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 coverage is 0%. The description explains that 'name' is taken from mcporter_list_servers().available, which adds meaning. However, the timeout_ms parameter is not addressed at all, leaving one of two parameters undocumented. Partial compensation only.

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's purpose: '激活一个大型 MCP' (activate an MCP), which is a specific verb+resource. It distinguishes from siblings like mcporter_deactivate_mcp and mcporter_list_servers. The example also reinforces the intended use.

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

Usage Guidelines4/5

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

The description provides clear usage context: the name parameter must be obtained from mcporter_list_servers().available, and after activation, one should re-call mcporter_list_servers to confirm. It does not explicitly exclude alternatives, but the post-activation step gives actionable guidance.

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/Citrus086/mcporter-bridge'

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