Skip to main content
Glama
kiranmaya

AI CLI MCP Server

by kiranmaya

get_agent_skills

Retrieve the AI Agent Skills & Usage Guide to learn how to delegate tasks to Codex and Antigravity, including invocation parameters, YOLO mode, and multi-agent collaboration patterns.

Instructions

Returns the comprehensive AI Agent Skills & Usage Guide for delegating tasks to Codex and Antigravity.

Calling agents should read this guide to understand:

  • Tool invocation parameters and return formats

  • YOLO autonomous mode execution mechanics

  • Decision matrix for choosing Codex vs. Antigravity

  • Multi-agent collaboration pipelines and prompt patterns

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the tool returns a guide and lists its contents, which is sufficient for a read-only documentation tool. It doesn't mention side effects or output format, but these are not critical for a static guide retrieval.

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 and front-loaded with the main purpose, then efficiently lists the guide's contents in bullet points. Every sentence earns its place without redundancy.

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

Completeness5/5

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

For a zero-parameter documentation tool, the description is complete. It clearly states what the tool returns and what the guide covers, which is sufficient for an agent to decide to call it. No additional context is needed.

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?

The tool has zero parameters and the schema coverage is trivially 100%, so the baseline for parameter semantics is 4. The description doesn't need to add parameter details since there are none to document.

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 returns a comprehensive guide for delegating tasks, naming the resource and its purpose. It distinguishes itself from the sibling execution tools (codex_run, antigravity_run) by being a documentation resource rather than an action.

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 tells agents to read this guide to understand key aspects of delegation, implying it should be used before executing tasks. However, it does not explicitly compare to alternatives or state when not to use it, though the contrast with execution tools is implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.