Skip to main content
Glama
wagonbomb

InsightAppSec MCP Server

by wagonbomb

configure_oauth

Configure OAuth 2.0 authentication for a scan configuration with grant types including authorization code, client credentials, resource owner password, and implicit.

Instructions

Configure OAuth 2.0 authentication for a scan configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoOAuth scope (space-separated)
passwordNoPassword (for resource_owner_password grant)
usernameNoUsername (for resource_owner_password grant)
client_idYesOAuth client ID
token_urlYesToken endpoint URL
grant_typeYesOAuth grant type
redirect_uriNoRedirect URI (for authorization_code grant)
client_secretYesOAuth client secret
scan_config_idYesThe unique identifier of the scan configuration
authorization_urlNoAuthorization URL (for authorization_code grant)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Configure' (implying a write operation) but does not mention prerequisites (e.g., scan config must exist), effects on existing OAuth settings, security implications (e.g., client secret storage), or idempotency. This is a significant gap for a mutation tool.

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, clear sentence with no wasted words. It front-loads the primary action and resource, making it easy to parse and remember.

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

Completeness2/5

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

Given the moderate complexity (10 parameters, 5 required), no output schema, and lack of annotations, the description is too sparse to be fully self-contained. It does not explain what 'configure' entails, any required setup, or how this relates to other scan configuration tools, leaving important gaps for the agent.

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%, with all ten parameters having descriptive names and descriptions. The tool description adds no parameter-specific detail, but the baseline of 3 is appropriate because the schema already provides full semantic 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 verb 'Configure' and the resource 'OAuth 2.0 authentication for a scan configuration', which is specific and distinguishes this tool from sibling configure_* tools (e.g., configure_form_auth, configure_token_replacement). The purpose is unambiguous and well-scoped.

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?

The description gives no guidance on when to use this tool versus alternatives. With multiple configure_* siblings, the absence of any comparative or conditional context (e.g., 'use when OAuth is required') means the agent must infer usage solely from the tool name and minimal description.

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