Skip to main content
Glama

get_feature

Retrieves the product, tech, and test-plan markdown files for a feature slug from GitHub specs, returning each with source citation headers. Missing files are reported without failing the call.

Instructions

Call this for any feature-specific question. Returns the trio of markdown files (product.md, tech.md, test-plan.md) for one feature folder under specs/features//. Each file body is preceded by a "file: …, ref: …" header so you can cite the source. If any file is missing it is reported as missing rather than failing the whole call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoOptional if GITHUB_REPO is set; required otherwise.
slugYesFeature folder name under specs/features/, e.g. "intake".
Behavior4/5

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

With no annotations, the description carries the full burden and discloses important behaviors: each file body is preceded by a 'file: ..., ref: ...' header for source citation, and missing files are reported as missing rather than failing the call. This adds value beyond the schema.

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 three sentences, front-loaded with the primary directive, and every sentence contributes useful information (purpose, return format, error behavior). No wasted words.

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?

For a simple retrieval tool with no annotations and no output schema, the description covers purpose, usage, return format, and partial error behavior. It could clarify what happens if the entire folder is missing, but overall it is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds little beyond the schema—it echoes that slug is a feature folder name and repo is optional if GITHUB_REPO is set, but no new semantic details.

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 tool returns three markdown files (product.md, tech.md, test-plan.md) for a feature folder, linking to feature-specific questions. It distinguishes from the sibling get_index by positioning itself as the feature-specific lookup, though it doesn't explicitly name the sibling.

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 explicitly says 'Call this for any feature-specific question,' giving a clear when-to-use context. It does not mention when not to use or name alternatives like get_index, but the context is sufficiently clear for an agent.

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/korgmp3/glasz-mcp'

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