Skip to main content
Glama
aleostudio

aleostudio MCP Server

by aleostudio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateB
Execute basic math operation.

Args:
    operation: operation to execute (add, subtract, multiply, divide, power)
    a: first operand
    b: second operand

Returns:
    Operation result with details
get_datetimeA
Get current date/time with configurable format.

Args:
    timezone_offset: UTC offset in hours (-12 +14)
    format_type: output format (iso, human, unix, components)

Returns:
    Date/time in the required format
process_textC
Handle text with various operations.

Args:
    text: text to handle
    operation: action to perform (word_count, char_count, reverse, uppercase, lowercase, title_case, extract_emails, extract_urls, summarize_stats)
    options: additional options for specific operations

Returns:
    Operation result
fetch_urlA
Execute HTTP requests to external URLs.

Args:
    url: URL to fetch
    method: HTTP method (GET, HEAD)

Returns:
    Status code, headers and content (truncated if too long)
convert_dataB
Convert data in different formats.

Args:
    data: data to convert
    from_format: source format (json, base64, hex)
    to_format: destination format (json, base64, hex)

Returns:
    Converted data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_server_status

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: calculate handles math operations, convert_data transforms data formats, fetch_url performs HTTP requests, get_datetime retrieves time information, and process_text manipulates text. The descriptions clearly differentiate their domains, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (calculate, convert_data, fetch_url, get_datetime, process_text). The naming is uniform and predictable throughout the set, with no mixing of conventions or styles.

Tool Count5/5

With 5 tools, this server is well-scoped for a utility toolkit. Each tool serves a distinct and useful function, and the count is appropriate for covering basic operations without being overly sparse or bloated.

Completeness4/5

The tool set covers a broad range of utility operations (math, data conversion, HTTP, datetime, text processing) with no obvious major gaps. Minor gaps might include more advanced HTTP methods (e.g., POST) or additional data formats, but the surface is largely complete for general-purpose tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues