Skip to main content
Glama

Ver HTML cru de uma página do SIGAA

sigaa_get_html

Retrieve raw HTML from any sigs.ufrpe.br URL using the active SIGAA session, including error and expired-session pages, for direct inspection. Log in first if the page needs authentication.

Instructions

Busca uma URL sob sigs.ufrpe.br usando a sessão SIGAA atual (se houver) e devolve o HTML bruto da resposta, sem nenhum parsing — inclusive páginas de erro/sessão expirada, para inspeção. Use 'sigaa_login' antes se a página exigir autenticação.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL completa da página a buscar.
methodNoMétodo HTTP.GET
refererNoHeader Referer a enviar, se necessário.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden and does so well: it discloses raw no-parsing output, that error/expired-session pages are returned for inspection, and session/auth dependency. It does not mention response status codes or redirects, but the key behaviors are covered.

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 core action and output, and every clause earns its place: URL scope, session behavior, raw output, error handling, and the login prerequisite.

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 fetch tool with no output schema and one required parameter, the description is reasonably complete: it covers what is returned, the auth prerequisite, and that errors are not masked. The main gap is not positioning it relative to sigaa_raw_request, a sibling that may overlap.

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

Parameters4/5

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

The input schema already documents url, method, and referer with 100% coverage, so the baseline is 3. The description adds meaning by restricting the URL to the sigs.ufrpe.br domain, which is not in the schema. It does not detail method/referer, but those are fully described in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Busca uma URL sob sigs.ufrpe.br') and a precise output ('HTML bruto da resposta, sem nenhum parsing'), including error/session-expired pages. It clearly separates this from parsed-data siblings, though it does not explicitly distinguish it from the similarly low-level sibling sigaa_raw_request.

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?

It gives an explicit prerequisite ('Use sigaa_login antes se a página exigir autenticação') and a purpose ('para inspeção'). It does not explicitly say when to prefer sigaa_raw_request or parsed siblings, so some alternative-selection guidance is missing.

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

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/DaviPac/Sigaa-UFRPE-MCP'

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