Skip to main content
Glama
Platoona

Platoona MCP Server

Official
by Platoona

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLATOONA_API_KEYYesYour Platoona Connect API key.
PLATOONA_BASE_URLNoCustom API URL (for self-hosted).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-toolsA

Search for available integration tools/actions using semantic search (RAG). Use this to discover what tools are available for a specific task or integration.

list-integrationsA

List available integrations/apps that can be connected.

list-connectionsA

List all active integration connections. Use this to see which integrations are already connected.

connect-appA

Connect to an integration/app. For API key integrations, provide the API key directly. For OAuth integrations, this will return an authorization URL for the user to complete.

execute-toolB

Execute an integration action/tool. Requires an active connection for the integration.

disconnect-appA

Disconnect from an integration, revoking all connections.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct role: search-tools for discovering actions, list-integrations for available apps, list-connections for active connections, connect-app for establishing connections, execute-tool for running actions, and disconnect-app for revoking connections. No two tools overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb-noun pattern with lowercase hyphenation: search-tools, list-integrations, list-connections, connect-app, execute-tool, disconnect-app. The naming is uniform and predictable.

Tool Count5/5

With six tools, the set is well-scoped for an integration management server. Each tool covers a necessary part of the connection lifecycle without unnecessary redundancy or bloat.

Completeness5/5

The tool surface covers the full integration lifecycle: discovery (search-tools), catalog (list-integrations), status (list-connections), connection establishment (connect-app), usage (execute-tool), and teardown (disconnect-app). No obvious gaps exist for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues