Skip to main content
Glama

Delimit Resource Get

delimit_resource_get
Read-onlyIdempotent

Retrieve a single resource—repo, pull request, issue, or workflow run—by its unique identifier from a connected data plane.

Instructions

Get a specific resource from a connected data-plane system.

When to use: to fetch a single item by identifier via a driver — a repo, PR, issue, or workflow run. When NOT to use: to list items (use delimit_resource_list) or inventory drivers (delimit_resource_drivers).

Sibling contrast: delimit_resource_list returns many; this returns one.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNo"owner/name" required for PRs / issues / workflow runs.
driverNoDriver key. Default "github".github
resourceNoOne of "repos", "pull_requests", "issues", "workflows". Required.
identifierNoResource identifier — repo name, PR number, run id. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed4 schema fields changedv4.7.9
    • changedInput schema / properties / driver / description
      Previous value: -"The data plane driver to use (default: github)."New value: +"Driver key. Default \"github\"."
    • changedInput schema / properties / identifier / description
      Previous value: -"The resource identifier (repo name, PR number, run ID)."New value: +"Resource identifier — repo name, PR number, run id. Required."
    • changedInput schema / properties / repo / description
      Previous value: -"Repository in owner/name format (for PRs, issues, workflow runs)."New value: +"\"owner/name\" required for PRs / issues / workflow runs."
    • changedInput schema / properties / resource / description
      Previous value: -"The resource type (repos, pull_requests, issues, workflows)."New value: +"One of \"repos\", \"pull_requests\", \"issues\", \"workflows\". Required."
  2. Addedv4.5.5

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark it read-only, idempotent, and non-destructive; the description adds that it performs a network call through a driver and names the internal functions it invokes (ai.data_plane.get_driver and the driver's get_* method). This is useful behavioral context beyond the annotations, though it does not detail failure modes or connection requirements.

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 organized into labeled sections, starts with the core action, and each sentence carries distinct value: scope, exclusions, sibling contrast, and side effects. There is no filler or redundant repetition of the schema.

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 single-item read tool, the description covers what it does, when to use it, when not to, how it behaves, and its side effects; the schema documents all parameters and an output schema exists. An agent has enough context to select and invoke it correctly without additional assumptions.

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 description coverage is 100%, so the baseline applies and the schema already explains repo, driver, resource, and identifier. The description adds no parameter-level detail beyond the schema; its mention of 'single item by identifier' supports conceptual semantics but is not necessary for invocation.

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 uses a specific verb ('Get'), a clear resource ('a specific resource from a connected data-plane system'), and explicitly limits scope to a single item by identifier: repo, PR, issue, or workflow run. It also distinguishes itself by saying delimit_resource_list returns many while this returns one.

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?

It includes explicit 'When to use' and 'When NOT to use' sections, naming the exact sibling tools to choose instead (delimit_resource_list, delimit_resource_drivers). This gives an agent clear decision criteria rather than leaving the choice to inference.

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