Skip to main content
Glama
eobi

nemesis-shield

by eobi

nemesis_provision_edge

Protect a domain by placing it behind Nemesis Edge, a positive-security network/DNS layer. Get nameservers to delegate or a TXT record for existing domains, securing traffic with per-tenant learning.

Instructions

Put a domain behind Nemesis Edge, the positive-security network/DNS layer (a Cloudflare-like edge that learns per-tenant normal). Returns the nameservers to delegate to, or a TXT record to publish if the domain already exists on the platform. Requires NEMESIS_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain/apex to protect, e.g. example.com
Behavior4/5

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

The annotations already indicate not read-only and not destructive. The description adds valuable context beyond annotations: it mentions the requirement for NEMESIS_API_KEY and explains the two possible return outcomes (nameservers vs TXT record) based on domain existence. This gives the agent a clear picture of the tool's behavior and prerequisites.

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 three sentences, front-loaded with the primary action, followed by a concise explanation, return values, and a prerequisite. Every sentence contributes meaningful information without redundancy or filler.

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?

Given the tool's simplicity (single parameter, no output schema) and the quality of annotations, the description is complete: it explains what the tool does, what it returns, and what is required. No critical information for invocation is missing.

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?

The input schema provides 100% coverage for the single 'domain' parameter, with a clear description. The tool description adds little extra parameter-level meaning, only referencing the domain in the context of existing vs. new domains. This matches the baseline for full schema coverage.

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 provisions a domain behind Nemesis Edge, a specific action with a clear resource and scope. It distinguishes itself from siblings by describing the unique outcome (returning nameservers or TXT record) and the context of the positive-security DNS layer.

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 context for when to use this tool: when putting a domain behind Nemesis Edge. It also explains the conditional behavior for existing domains via the return value note. However, it does not explicitly reference alternatives or exclusion scenarios, so it falls short of a 5.

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/eobi/nemesis_shield_sdks'

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