Skip to main content
Glama

postSource_materials

Add source materials to process for exam creation, enabling question generation from uploaded content through the Examplary MCP Server.

Instructions

Add a source material and start processing it for later use in an exam.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
typeNo
nameNo
sizeNo
contentTypeNo
expiresNo
externalIdNoAn optional external identifier for the source material.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
orgYes
nameNo
typeNo
topicsNo
summaryNo
cacheNameNo
createdAtNo
createdByYes
deletedAtNo
updatedAtNo
externalIdNo
factsCountNo
geminiSourceNo
numberOfPagesNo
chapterMarkersNo
originalSourceYes
processingStatusNo
convertedSourceV2No
parentSourceMaterialIdNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'start processing it' which implies an asynchronous operation, but doesn't specify processing time, success/failure indicators, permissions required, or what 'processing' entails. For a creation tool with zero annotation coverage, this leaves significant behavioral gaps.

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 a single, efficient sentence that gets straight to the point with zero wasted words. It's appropriately sized for the tool's apparent complexity and front-loads the essential information.

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

Completeness2/5

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

Given 7 parameters with minimal schema documentation (14% coverage), no annotations, and a creation operation, the description is incomplete. While an output schema exists (which reduces need to describe return values), the description doesn't address parameter meanings, processing behavior, or usage context sufficiently for this complex tool.

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 only 14% (1 of 7 parameters has a description), so the description must compensate but doesn't. It mentions no parameters at all, leaving 7 parameters undocumented. The description fails to explain what 'url', 'type', 'name', 'size', 'contentType', 'expires', or 'externalId' mean in this context.

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 clearly states the action ('Add a source material and start processing it') and purpose ('for later use in an exam'), providing a specific verb+resource combination. However, it doesn't explicitly distinguish this from sibling tools like 'postSource_materialsidSlice' or 'getSource_materials', which would be needed for a perfect score.

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 provides minimal guidance by mentioning the purpose ('for later use in an exam'), but offers no explicit when-to-use rules, no alternatives, and no prerequisites. It doesn't help the agent decide between this tool and related tools like 'postSource_materialsidSlice' or 'getSource_materials'.

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/examplary-ai/mcp'

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