Skip to main content
Glama
emiliaprotocol

emilia-mcp-server

Official

ep_install_preflight

Evaluate a software entity against a trust policy to determine if installation is allowed, requires review, or is denied. Provides reasons covering publisher, permissions, provenance, and trust history.

Instructions

EP-SX: Should I install this plugin/app/package/extension? Evaluates a software entity against a software-specific trust policy with context. Returns allow/review/deny with specific reasons covering publisher, permissions, provenance, and trust history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYesSoftware entity ID (e.g. github_app:acme/code-helper)
policyNoSoftware policy: github_private_repo_safe_v1, npm_buildtime_safe_v1, browser_extension_safe_v1, mcp_server_safe_v1, or standard EP policies
contextNoInstall context: { host, install_scope, permission_class, data_sensitivity, execution_mode }
Behavior3/5

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

No annotations provided, so description must disclose behavior. It mentions return values (allow/review/deny with reasons) but does not address side effects, authentication needs, or rate limits. No contradictions.

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?

Single sentence with front-loaded acronym; each phrase adds value. Could be slightly more concise but overall efficient.

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

Completeness4/5

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

Given no output schema, description explains return values and coverage areas (publisher, permissions, etc.). With nested parameters, it provides enough context for an agent to understand typical usage.

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 100%, so baseline is 3. Description adds no extra semantics beyond schema; it repeats 'policy' and 'context' without clarifying formats or constraints.

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?

Description clearly states the tool evaluates a software entity against a trust policy, returning allow/review/deny. It is a specific verb-resource pair and distinguishes from siblings like ep_trust_evaluate.

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 for pre-install checks but does not explicitly state when to use this vs alternative tools or provide when-not-to-use guidance among the many sibling tools.

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/emiliaprotocol/emilia-protocol'

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