Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Create Scaleway IAM Application

scaleway_iam_create_application

Create a non-human IAM application identity in your Scaleway organization. Use this identity as a prerequisite before attaching IAM or bucket policies to grant permissions.

Instructions

Create a new IAM Application (a non-human identity) in this Organization. Creates the identity only - it has NO permissions until you attach an IAM Policy (scaleway_iam_create_policy) and/or a Bucket Policy. Returns the Application id, needed for both of those next steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesApplication name (max 64 chars, Scaleway API limit). Convention in this org: '<env>-<scope>-<level>' for service credentials held by deployed code (e.g. 'dev-payments-files-rw'), 'ops-<name>-<level>' for operator/tool identities that administer the account directly (e.g. 'ops-scaleway-mcp-admin'). env ∈ {prod,dev,local,ci,shared}, level ∈ {ro,rw,admin,full}. Name must describe the grant that actually exists, not the one intended.
descriptionNoWhat this Application is for and why - shown in the console, helps future readers.
Behavior4/5

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

Annotations already indicate a modifier (readOnlyHint=false) and non-destructive creation (destructiveHint=false). The description adds significant behavioral context: it clarifies that the creation produces an identity with zero permissions, and it discloses the return value (application id). This goes beyond what annotations convey, though it omits details like rate limits or eventual consistency.

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?

The description is two sentences: first states the purpose and type, second states the critical limitation and next steps. It is front-loaded and efficient. It could be slightly more structured (e.g., explicit return value mention), but it conveys all essential information without waste.

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, the description compensates by explaining the return value and the next steps. It covers the core purpose, scope, and workflow. It does not mention prerequisites like authentication or permissions, nor error cases, but these are often implicit. The sibling tools list provides additional context for chaining operations.

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% (both parameters have detailed descriptions in the schema). The tool-level description does not add new semantic information about the parameters themselves; it only mentions the return value. The schema already provides naming conventions and constraints, so the description meets the baseline but adds minimal additional param value.

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 specifies 'Create a new IAM Application (a non-human identity) in this Organization.' It distinguishes this tool from user creation or other identity tools among siblings by explicitly stating it is for non-human identities. It also clarifies that it only creates the identity without permissions, setting clear boundaries.

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 explicitly states that the application has no permissions until a policy is attached, and names the specific follow-up tool (scaleway_iam_create_policy). It provides clear next-step guidance. However, it does not explicitly mention when not to use this tool or alternative approaches (e.g., using groups), which keeps it from 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/logic-arts-official/scaleway-ops-mcp-server'

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