Skip to main content
Glama

connects_activity

Read-onlyIdempotent

Retrieve your IE Connects activity by selecting a view: badges, transcript, points, service hours, checklists, meetings, surveys, workflows, or equipment.

Instructions

Read personal activity surfaces. Some return page metadata rather than complete structured records; do not infer completion from them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNobadges

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataNo
errorNo
messageNo
serviceNolocal
warningsNo
truncatedNo
next_actionNo
next_offsetNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already mark the tool read-only, idempotent, and non-destructive. The description adds a non-obvious behavioral caveat: some views return page metadata rather than complete structured records, and completion should not be inferred. This is valuable context beyond annotations.

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 two sentences, front-loads the primary purpose, and keeps the caveat short. There is no fluff, repetition, or redundant restatement of the tool name.

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

Completeness3/5

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

The single parameter has an enum and default, annotations cover safety/open-world behavior, and an output schema exists, so the operational burden on the description is low. However, the description lacks any relational guidance among the many connects_* siblings and does not clarify which 'surfaces' correspond to which enum values, leaving moderate ambiguity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only vaguely frames the view parameter as 'activity surfaces.' It does not explain individual enum values such as transcript-layout, service-hours, or their default behavior, leaving the agent to guess what each view returns.

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 uses a clear verb ('Read') and a resource ('personal activity surfaces'), which is concrete enough to orient an agent. It does not explicitly differentiate from the many connects_* siblings, so it falls just short of a 5.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus connects_dashboard, connects_events, connects_feed, or the other sibling read tools. The only conditional language ('Some return page metadata...') is an output-interpretation warning, not a tool-selection guideline.

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/victor-gurbani/IEStudentMCP'

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