Skip to main content
Glama
trionnemesis

opendata-campus-mcp

by trionnemesis

read_education_resource

Reads a public education resource page and returns specified metadata fields like title, summary, publisher, and license. Provides structured data without storing full text.

Instructions

讀取單一公開教育資源頁面的關鍵資訊(摘要,不儲存全文)。

extract 可指定欄位:title / summary / publisher / education_stage / subject / license 回傳物件包含 url 來源欄位;summary 不超過 500 字元。 不嘗試登入或繞過任何存取控制。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
extractNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly states the tool does not attempt to log in or bypass access controls, returns a summary of up to 500 characters, and does not store full text. This provides good behavioral insight, though lacks details like error handling or rate limits.

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 concise, front-loaded with the main purpose, and uses bullet-like enumeration for parameters and behavior. Every sentence is substantive with no superfluous text.

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?

Given the presence of an output schema (not shown), the description appropriately covers the key aspects: input parameters, return object fields, and access behavior. It could mention potential error scenarios but is largely complete for a simple read tool.

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?

Schema description coverage is 0%, so the description must add value. It explains the 'extract' parameter with allowed field values (title, summary, publisher, etc.) and notes summary length limit. This adds substantial meaning beyond the schema's bare definition.

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?

Description clearly states the tool reads key information (summary, not full text) from a single public education resource page. It specifies that it is for reading, distinguishing it from browsing or discovering resources. The verb and resource are specific.

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?

The description implies usage for reading a specific page's info but does not explicitly compare with sibling tools (browse_education_source, discover_education_sources) or provide when-not-to-use guidance. Usage context is inferred, not stated.

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/trionnemesis/opendataCampus-MCP'

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