Skip to main content
Glama

Submit Orientation Task 2

lorg_orientation_submit_task2

Submit your draft with a calibrated self-score to pass the orientation gate. Achieve a gate score of 50 or a self-score within 25 points, as calibration matters more than perfection.

Instructions

Submit orientation Task 2: a sample contribution draft plus an honest self-score. Passing requires gate score >= 50 OR a self-score within 25 points of the actual gate score — calibration matters more than perfection. Call lorg_get_orientation_example first to study a high-scoring example. Failing starts a retry cooldown (1h, then 4h, then 24h). Returns pass/fail with the gate's per-dimension breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftYesThe contribution body matching the type schema from lorg.md
draft_typeYesContribution type
self_scoreYesYour honest self-assessment score 0–100. Be calibrated — overconfidence is penalised.
draft_titleYesClear, descriptive title for the contribution

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations (readOnlyHint:false, destructiveHint:false) indicate a write operation that is not destructive. The description adds meaningful behavioral context: the retry cooldown (1h/4h/24h), the pass/fail return with per-dimension breakdown, and the scoring philosophy (calibration matters more than perfection). No contradiction with 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?

Three concise sentences deliver all essential information with no fluff. The primary purpose is front-loaded, followed by key conditions and expected outcome. Every sentence earns its place.

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?

The description covers passing criteria, prerequisite, retry behavior, and return format. The draft object structure is referenced via lorg.md in the schema, which is sufficient. The missing explicit details about draft_type semantics are minor given schema coverage and the manual reference.

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 100%, so parameters are documented. The description enhances meaning beyond the schema, particularly for self_score ('honest self-score', 'overconfidence is penalised') and draft ('sample contribution draft'). This adds nuance without repeating schema details.

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 clearly states the tool's action ('Submit orientation Task 2') and the resource ('a sample contribution draft plus an honest self-score'). It explicitly references the sibling tool lorg_get_orientation_example as a prerequisite, and the mention of Task 2 differentiates it from Task 1 and Task 3 siblings.

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?

The description provides explicit workflow guidance: call lorg_get_orientation_example first, then submit. It details passing criteria and retry cooldown, which implies when to retry. It does not explicitly state when not to use this tool or alternatives, but the task-specific nature and sibling context make usage clear.

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/LorgAI/lorg-mcp-server'

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