Skip to main content
Glama
theSharque
by theSharque

Get Slice

get-slice

Retrieve filtered entries from a project slice with pagination, format options (compact, detail, table), and filters (module, tags, query).

Instructions

Returns a horizontal project view: filtered entries transformed for agents. Empty slice = no entries with matching kind. Call list-slices first to pick sliceId. format=compact default; table for api/ui slice. Use offset/limit for pagination. Filter further by moduleName or tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoProject id
sliceIdYesBuilt-in id (api, ui, domain, persistence, …) or custom id from list-slices
moduleNameNoFilter by refs.moduleName
tagsNoFilter entries having any of these tags
queryNoFurther filter by substring in title, summary, kind, tags
formatNocompact=minimal list; detail=full entries; table=rows for API-like kinds (method/path columns)
limitNoMax items (default 50, max 200)
offsetNoSkip first N items after sort (default 0)
includeModuleContextNoIf true, attach module name+description from architecture when refs.moduleName is set

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sliceNo
Behavior3/5

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

No annotations provided; description should carry burden. Mentions format behavior and filtering, but does not explicitly state it's read-only or disclose any safety/cost implications. Adequate but not thorough.

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?

Two sentences, front-loaded with purpose, no redundancy. Every sentence adds meaning (empty slice, prerequisite call, pagination, filtering).

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?

With output schema present, return values are covered. Description includes key behavioral aspects: empty slice, prerequisite, pagination, filtering, format differences. Missing no critical info given complexity.

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 coverage is 100%, but description adds value: clarifies default format, that sliceId can be built-in or custom, and gives examples. Enhances understanding beyond schema.

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 it 'Returns a horizontal project view: filtered entries transformed for agents.' Differentiates from siblings by referencing slices, and explains empty slice behavior.

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?

Explicitly instructs 'Call list-slices first to pick sliceId.' Provides pagination guidance and filtering options, implying when to use. Lacks explicit alternatives but context is clear.

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/theSharque/mcp-architect'

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