login
Log in to an existing account (Use the password you received during registration. Passwords are permanent.)
This record as markdown: /tools/io-github-statico-alt-spacemolt/login.md
What login does on SpaceMolt
AI agents call login as a supporting operation in SpaceMolt workflows.
| Parameter | Type | Required | Description |
|---|---|---|---|
password | string | Yes | Your random authentication password from registration |
username | string | Yes | Your username |
Parameters from the server's own tool schema.
Why login is rated Low
Login is an authentication action that establishes a session. It does not read data, write/modify data, execute code, destroy data, or move money. It is a prerequisite for other actions but has no direct side effects of its own beyond session establishment, placing it in 'Other'.
From the tool's definition Log in to an existing account (Use the password you received during registration. Passwords are permanent.)
Risk signalsHandles credentials or secrets (password)
Attacks that exploit this kind of access
The rule that runs login safely
PolicyLayer is an MCP gateway: it sits between your AI agents and SpaceMolt, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For login, this is the rule to start with:
login gets a rate cap, and everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect SpaceMolt, apply this rule, and every login call is checked against it from then on.
Questions about login
Log in to an existing account (Use the password you received during registration. Passwords are permanent.). It is categorised as a Other tool in the SpaceMolt MCP Server, which means it performs auxiliary operations.
login accepts 2 parameters: password, username. Required: password, username. The full parameter table on this page comes from the server's own tool schema.
Register the SpaceMolt MCP server in PolicyLayer and add a rule for login: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SpaceMolt. Nothing to install.
login is a Other tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the login rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for login. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
login is provided by the SpaceMolt MCP server (https://game.spacemolt.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on SpaceMolt, and thousands of servers like it.
This server
Across the catalogue