Skip to main content
Glama
eobi

nemesis-shield

by eobi

nemesis_list_apps

Read-only

List apps in your Shield account, showing each app's mode (observe, alert, enforce) and whether its baseline is ready to enforce. Requires NEMESIS_API_KEY.

Instructions

List the apps in the developer's Shield account, with each app's mode (observe/alert/enforce) and whether its baseline is ready to enforce. Requires NEMESIS_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark readOnlyHint=true, so safety is known. The description adds value by disclosing the NEMESIS_API_KEY requirement and the specific fields returned (mode, baseline readiness), which goes beyond the minimal read-only hint.

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?

Two sentences, front-loaded with the primary action and enough detail to be useful. No fluff or redundant statements.

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?

For a simple list tool with no parameters and no output schema, the description covers the purpose, scope (developer's account), auth requirement, and key output fields. This is complete for the tool's complexity.

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?

There are zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and none are present to document.

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 starts with a specific verb and resource: 'List the apps in the developer's Shield account.' It further clarifies the output (mode and baseline readiness), and distinguishes itself from sibling tools like nemesis_list_frameworks by explicitly targeting apps.

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 context is clear: use this to list Shield apps. However, it does not explicitly mention alternatives or when not to use it, such as pointing to nemesis_list_frameworks for frameworks or create_app for creating apps.

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