Skip to main content
Glama

delimit_resource_list

List resources from a connected data-plane system: repos, pull requests, issues, and workflows. Use a driver to enumerate items.

Instructions

List resources from a connected data-plane system (Pro).

When to use: to enumerate items via a driver — repos, PRs, issues, workflow runs. When NOT to use: to fetch a specific item (use delimit_resource_get) or inventory drivers (delimit_resource_drivers).

Sibling contrast: delimit_resource_drivers lists drivers; delimit_resource_get fetches one item; this lists items.

Side effects: read-only network calls via the chosen driver. Calls ai.data_plane.get_driver and the driver's list_* method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
driverNoDriver key. Default "github".github
resourceNoOne of "repos", "pull_requests", "issues", "workflows". Required.
repoNo"owner/name" — required for workflow listing.
orgNoOrganization filter for repos.
stateNoPR/issue state — "open" (default), "closed", "all".open
limitNoMax results. Default 10.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses side effects: 'read-only network calls via the chosen driver' and internal calls to get_driver and list_* method. Clearly indicates read-only nature.

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?

Highly concise and well-structured with clear sections. Each sentence adds value. No 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?

Given the rich schema (100% coverage) and presence of output schema, the description covers purpose, usage, side effects, and sibling differentiation comprehensively. No gaps evident.

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 baseline is 3. Description adds no extra parameter semantics beyond what the schema already provides. The mention of specific resource values ('repos, PRs, issues, workflow runs') is already in the schema description for the 'resource' parameter.

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?

Clearly states 'List resources from a connected data-plane system (Pro).' Specific verb and resource. Sibling contrast explicitly differentiates from delimit_resource_get and delimit_resource_drivers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit 'When to use' and 'When NOT to use' sections. Provides clear alternatives: use delimit_resource_get for specific items and delimit_resource_drivers for listing drivers.

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

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