Skip to main content
Glama
wagonbomb

InsightAppSec MCP Server

by wagonbomb

list_apps

List all applications with pagination and sorting, enabling you to browse and manage your complete application inventory.

Instructions

List all applications with optional pagination and sorting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoResults per page (default: 50, max: 1000)
sortNoSort field and direction (e.g., 'name,ASC' or 'submit_time,DESC')
indexNoPage index (0-based, default: 0)
Behavior3/5

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

With no annotations, the description carries the full burden. 'List' implies a read-only operation, and 'optional pagination and sorting' gives some behavioral context, but it doesn't disclose limitations, permissions, or return format.

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 a single, well-front-loaded sentence with no wasted words. It efficiently conveys the core purpose and optional features.

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?

For a simple list tool with well-documented parameters, the description is largely complete. It covers the core functionality and mentions pagination/sorting, though it doesn't describe the return shape or clarify 'all applications' scope.

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 description coverage is 100%, so the baseline is 3. The description's mention of 'optional pagination and sorting' aligns with the size, sort, and index parameters but adds no meaning beyond the schema.

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 action 'List' and the resource 'applications', making it distinct from sibling tools like get_app. Mention of 'optional pagination and sorting' adds a specific scope.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_app for a single application. The description neither gives context nor exclusions, so the agent is left without guidance.

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/wagonbomb/InsightAppSec-MCP'

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