Skip to main content
Glama

List Studenti Online Services

sol_get_services
Read-only

Lists Studenti Online service tiles (e.g., fees, enrolments, certificates) with links and descriptions to help students discover available portal services.

Instructions

Lists the Studenti Online service tiles available to the student (name, link, description) — e.g. fees/payments, enrolments, certificates — so a caller can discover what the portal exposes. Read-only; it lists links, it does not act on them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cookiesNoCookie header with an authenticated JSESSIONID from a logged-in Studenti Online browser session. Falls back to session_id, then SOL_COOKIES.
base_urlNo
session_idNosession_id from sol_get_env_session, sol_bootstrap_session, or unibo_browser_login.
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=true. The description reinforces read-only behavior and adds detail that it lists links without acting on them. It goes beyond annotations by specifying the output fields (name, link, description).

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 with no filler. Front-loaded with purpose and payload, followed by a clarifying statement on read-only nature. Every sentence serves a purpose.

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?

For a simple list tool, the description covers core intent and safety traits. It omits error conditions, pagination, and explicit authentication requirements, but the annotations (openWorldHint) reduce the completeness burden. Adequate for its complexity.

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?

The tool description does not reference any parameters. Schema coverage is 67% (cookies and session_id have descriptions; base_url lacks). The description adds no additional parameter meaning beyond the schema, so baseline score of 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 'Lists', the resource 'Studenti Online service tiles', and specifies the included fields (name, link, description). Examples distinguish it from sibling tools like sol_get_career.

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?

The description implies usage for discovering portal services and explicitly states it's read-only. However, it does not compare to alternative tools or provide explicit when-not-to-use guidance.

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/gattaa/uniboh'

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