Skip to main content
Glama
chandshy
by chandshy

Get SimpleLogin Alias Activity

alias_get_activity
Read-only

Retrieve the forward, block, and reply activity log for a SimpleLogin alias. Use this to audit alias behavior before disabling or deleting it.

Instructions

Return forward/block/reply activity log for a single SimpleLogin alias (most recent first). Useful for auditing what's hitting a specific alias before you disable or delete it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasIdYes
pageSizeNoMax activity rows (default 50, cap 1000)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
activitiesNo
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description consistently describes a read operation. It adds behavioral context: 'most recent first' and the auditing use case, exceeding what annotations provide.

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?

Two sentences, front-loaded with the key action and purpose. No redundant information.

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 the tool is simple, read-only, with two parameters and an output schema (not shown), the description covers purpose and use case sufficiently. It does not detail log contents but the output schema likely handles that.

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 50% (pageSize described, aliasId not). The description does not add semantic meaning beyond the schema; the parameters are simple but the description relies on schema for details. Baseline 3 is appropriate.

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 (return) and resource (activity log for a single SimpleLogin alias), and distinguishes it from sibling tools like alias_list or alias_delete by specifying the record type and order.

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?

Provides explicit context: 'Useful for auditing what's hitting a specific alias before you disable or delete it.' This implies when to use, though it does not explicitly state when not to use or list alternatives.

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/chandshy/mailpouch'

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