Skip to main content
Glama

connects_resources

Read-onlyIdempotent

Find and review IE Connects opportunities across jobs, mentorships, marketplace, stores, and fairs. Use search, filters, and pagination to read current listings without applying, purchasing, or paying.

Instructions

Read jobs, mentorships, marketplace, stores or a fair. No purchases, applications or payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNolist
limitNo
queryNo
offsetNo
fair_idNo
collectionNojobs

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

A3.8/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, open-world, and non-destructive behavior, so the description only needs to add context. It does add the resource scope and confirms no transactional side effects, but it does not disclose additional behavioral details such as pagination behavior or result ordering.

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?

One tight, front-loaded sentence that conveys the tool's purpose and boundaries with no filler. Every word earns its place.

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?

With an output schema and strong annotations, much of the operational context is already provided. However, the relationship between 'fair_id' and the 'fairs' collection, the meaning of 'view', and search/filter behavior are left ambiguous, so the description is adequate but not fully complete.

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 for six parameters. It only maps to the 'collection' parameter by listing its enum values; it does not explain 'query', 'limit', 'offset', 'view', or 'fair_id' semantics, leaving the agent reliant on raw schema property names.

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 states a clear verb ('Read') and the exact resources it covers: jobs, mentorships, marketplace, stores, or fairs. It also differentiates itself from transactional operations by explicitly excluding purchases, applications, and payments.

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 clear context by saying the tool is for reading a defined set of collections, and it adds an explicit boundary with 'No purchases, applications or payments.' It does not name specific sibling alternatives, but the scope is clear enough to route an agent correctly.

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