Skip to main content
Glama

study_live_myed

Read MyEd university service links in UoE Companion using your authenticated campus profile, then poll the returned job ID for results. Additional SSO sign-in may be required.

Instructions

Read MyEd university service links using the same dedicated campus profile. Returns job_id; poll study_school_job. Separate SSO policy may require additional sign-in; this does not change university records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.5.0
    • removedInput schema / title
      Removed value: -"study_live_myedArguments"
  2. First observedv0.4.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations declare readOnlyHint=false, openWorldHint=true and destructiveHint=false; the description adds real context beyond them by disclosing the asynchronous job pattern (returns job_id, poll study_school_job) and the possibility of an extra SSO sign-in. This explains why a 'read' tool is not flagged read-only, without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences, front-loaded with the action and resource, followed by the return value and caveat. No filler, though the 'same dedicated campus profile' phrase is an unexplained reference.

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?

No output schema exists, but the description compensates by naming the return value (job_id) and the polling tool, plus the SSO caveat and the assurance that records are not modified. Only the shape/content of the returned links is left unspecified.

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 tool takes zero parameters, and the description adds no parameter detail because none is needed. Baseline for a zero-parameter tool applies.

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?

States a specific verb and resource ('Read MyEd university service links') and names the follow-up sibling study_school_job. However, it does not distinguish itself from close siblings like study_read_service or study_services, so an agent still has to guess which read tool to pick.

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?

Usage is only implied via 'using the same dedicated campus profile' and the polling instruction for study_school_job. There is no explicit statement of when to choose this over study_read_service, study_services, or study_live_resources.

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