Skip to main content
Glama

Utilia Agent Media and Solana Tools

Server Details

Paid audio/PDF transforms plus live Solana priority fees and preflight diagnostics.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mohamedkuch/utilia-solana-agent
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

6 tools
normalize_audioNormalize Audio LoudnessA
Read-onlyIdempotent
Inspect

Normalize audio to a bounded 128 kbps MP3 and return base64 output plus loudness measurements. Costs $0.01.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
maxSecondsNo
targetLufsNo
audioBase64No
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and openWorldHint. The description adds cost ($0.01) and output format details, which go beyond the annotations without contradicting them.

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?

The description is extremely concise with two sentences, no redundancy, and directly conveys the core purpose and a key behavioral detail (cost).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given four parameters with no schema descriptions and no output schema, the description is insufficient. It does not explain how to provide input (url vs base64), what maxSeconds or targetLufs mean, or what the output exactly contains beyond 'base64 output plus loudness measurements'.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description provides no information about individual parameters (url, maxSeconds, targetLufs, audioBase64). With 0% schema description coverage, the tool fully relies on the description to explain parameters, which it fails to do.

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 action ('Normalize audio'), the output ('bounded 128 kbps MP3' and 'loudness measurements'), and the result format ('base64'). This distinguishes it from sibling tools which handle PDF or Solana operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for audio loudness normalization, but it does not explicitly state when to use it over alternatives, nor does it mention exclusions or prerequisites. Usage guidance is minimal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pdf_to_markdownConvert PDF to Markdown
Read-onlyIdempotent
Inspect

Extract a PDF into page-delimited Markdown with metadata and a source digest. Costs $0.0025.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
titleNo
maxPagesNo
pdfBase64No
solana_priority_feesGet Live Solana Priority Fee Bid
Read-onlyIdempotent
Inspect

Get timestamped network-wide or account-localized priority-fee quantiles before choosing a compute-unit price. Suitable for recurring bot polling. Costs $0.002.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountsNo
solana_token_analysisAnalyze Solana Token
Read-onlyIdempotent
Inspect

Analyze a Solana mint and holder risks. Costs $0.006.

ParametersJSON Schema
NameRequiredDescriptionDefault
mintYes
solana_transaction_analysisAnalyze Solana Transaction
Read-onlyIdempotent
Inspect

Explain a confirmed Solana transaction and classify failures. Costs $0.004.

ParametersJSON Schema
NameRequiredDescriptionDefault
signatureYes
solana_transaction_simulateSimulate Solana Transaction
Read-onlyIdempotent
Inspect

Simulate a Solana transaction and classify failures. Costs $0.008.

ParametersJSON Schema
NameRequiredDescriptionDefault
encodingNobase64
transactionYes
accountAddressesNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.