Skip to main content
Glama

search_jobs

Search historical external-agent jobs using filters like provider, model, status, and date range to find specific job metadata and previews.

Instructions

Search historical external-agent jobs by metadata and lightweight previews. Use job_result for full artifacts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
limitNoMaximum jobs to return. Defaults to 20; capped at 100.
modelNoOptional exact model filter.
queryNoCase-insensitive substring search over task/title/result preview/path metadata.
cursorNoOpaque pagination cursor returned by a previous search_jobs call.
statusNoOptional status filter. Matches any listed status.
providerNoExternal agent CLI provider.
repo_pathNoOptional exact repository path filter.
created_afterNoOptional ISO timestamp lower bound for created_at.
created_beforeNoOptional ISO timestamp upper bound for created_at.
Behavior3/5

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

No annotations are provided, and the description does not explicitly state that the tool is read-only or non-destructive. The verb 'Search' implies a safe operation, but the description leaves behavioral traits (auth, rate limits, side effects) entirely implicit. With no annotations, more explicit disclosure would improve transparency.

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 extremely concise: two sentences with no unnecessary words. The first sentence directly states the action and scope, and the second provides actionable guidance. Every sentence earns its place.

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

Completeness3/5

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

Given the tool has 10 parameters, no output schema, and no annotations, the description is too sparse. It does not explain what 'lightweight previews' contain, how pagination works (cursor), or that search is case-insensitive over specific fields. While the schema fills some gaps, the description should provide a high-level overview of behavior and return structure.

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 90%, so the input schema already documents most parameters well. The description adds no parameter-specific details beyond saying it returns 'metadata and lightweight previews', which is not tied to individual parameters. Thus, the description provides minimal added value beyond the 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 the verb 'Search' and the resource 'historical external-agent jobs', and specifies it returns metadata and lightweight previews. It distinguishes from sibling 'job_result' by directing users to that tool for full artifacts.

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 explicitly advises 'Use job_result for full artifacts', providing a direct pointer to an alternative. However, it does not address when to use this tool versus other siblings like 'agent_status' or 'cancel_jobs', so some context is missing.

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/parkavenue9639/external-agent-mcp'

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