Skip to main content
Glama
Citrus086

mcporter-bridge

by Citrus086

mcporter_deactivate_mcp

Free up context by deactivating a specified MCP. Provide the MCP name to disable it and reclaim token space.

Instructions

停用大型 MCP 释放上下文。

参数:name - 要停用的 MCP 名称

示例:mcporter_deactivate_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 of behavioral disclosure. It only mentions 'frees context' as a high-level effect, but does not explain side effects such as impact on active sessions, permissions required, or the role of the timeout_ms parameter. This is insufficient for a mutation-like tool.

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

Conciseness4/5

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

The description is short and front-loaded with the primary purpose, includes a parameter explanation, and provides a concrete example. It earns high marks for brevity, though it could be slightly more structured by separating the effect from parameter details.

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?

For a tool with an output schema, return values need not be described. However, the description lacks key context such as the timeout parameter's function, prerequisites, or consequences of deactivation. The inclusion of sibling tools suggests a management workflow, but this description does not fully position the tool within that workflow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains the 'name' parameter and gives an example, but it completely omits the 'timeout_ms' parameter, leaving its purpose and behavior undocumented. This is a significant gap.

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 clearly states the action ('deactivate MCP') and the resource, and it distinguishes from sibling tools like activate_mcp by the verb 'deactivate'. However, it adds the qualifier 'large' which is somewhat ambiguous but does not obscure the core purpose.

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?

The description implies usage ('to free context') and provides an example, but it does not explicitly state when to use this tool versus alternatives like activate_mcp or list_servers. No exclusion criteria or alternative references are given.

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