Skip to main content
Glama
hermoso-ai

Hermoso

Official

Disconnect a connected account

disconnect_connector
DestructiveIdempotent

Disconnect an integrated provider account, dropping credentials and disabling all its tools. Note whether the provider also revokes access; reconnecting requires the user's browser.

Instructions

Disconnect a third-party account from this workspace (Meta, Google Ads, Google Drive/Sheets/Docs, YouTube, TikTok, LinkedIn, X, Reddit, Pinterest, Google Business, Microsoft Advertising/OneDrive, Slack, …). This always drops the stored credentials, so every tool for that provider stops working immediately and posts/campaigns already published are NOT affected. WHETHER IT ALSO REVOKES THE GRANT AT THE PROVIDER DEPENDS ON THE PROVIDER — a few (Threads, Microsoft) publish no revocation endpoint, so the authorisation stays in place until the user removes it in that provider's own settings. The unconfirmed call reports which it is for this provider (list_connectors also carries it as revokesAtProvider) — relay that verbatim rather than promising a revoke. RECONNECTING NEEDS A BROWSER (the provider's consent screen) — an agent cannot undo this. Name the provider to the user, then call with confirm:true. Use list_connectors for the exact provider ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoREQUIRED true — reconnecting needs the user's browser
providerYesprovider id exactly as list_connectors reports it, e.g. "meta", "google_ads", "youtube", "linkedin"
Behavior5/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, but the description adds significant context: it always drops stored credentials, stops tools immediately, does not affect published posts, and explains that whether the provider grant is revoked depends on the provider (with examples like Threads and Microsoft lacking revocation endpoints). It also discloses that reconnection requires a browser. These details exceed the annotation's coverage and provide critical behavior transparency.

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?

Despite its length, every sentence serves a purpose: the main action is front-loaded, followed by critical effects, provider-specific nuances, and instructions. There is no fluff or repetition; the structure is clear and information-dense without being verbose.

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

Completeness5/5

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

The description covers all essential aspects for correct invocation: the irreversible nature, impact on credentials and posts, provider-dependent revocation, the need for a browser to reconnect, the confirm flag, and where to get provider IDs. Given the destructive nature and complexity, it is fully complete for an agent to act correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by stating that 'confirm' must be true and explaining the 'provider' parameter is 'exactly as list_connectors reports it' with examples. This enriches the schema definitions with practical usage context, warranting a 4.

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: disconnecting a third-party account from the workspace, with an explicit list of supported providers. It distinguishes itself from sibling tools like list_connectors by being the action of disconnecting, not listing. The verb 'disconnect' and the resource 'third-party account' are specific and unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit usage instructions: 'Use list_connectors for the exact provider ids' and 'Name the provider to the user, then call with confirm:true.' It also warns that reconnecting requires a browser and that an agent cannot undo this action, making it clear when and how to use the tool. It names the alternative (list_connectors) and provides the condition for use.

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/hermoso-ai/hermoso'

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