login_with_credentials
Attempts automated DOM login using X_USERNAME and X_PASSWORD. Only works for simple accounts without 2FA or anti-bot challenges.
Instructions
Attempt an automated DOM login using X_USERNAME / X_PASSWORD (fragile).
This types the configured credentials into the login form. It does NOT handle
2FA, email confirmation, or the anti-bot challenges X frequently injects, so
it only works for simple accounts. Prefer login or session cookies.
Returns: ActionResult describing whether the session ended up authenticated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric status id of the created/affected post, if resolvable. | |
| ok | Yes | Whether the action completed successfully. | |
| url | No | Permalink to the created/affected post, if any. | |
| action | Yes | The action that was attempted, e.g. 'post_tweet'. | |
| message | No | Human-readable detail about the outcome. |