Skip to main content
Glama
kks32

designsafe-mcp

by kks32

list_my_jobs

Retrieve and filter Tapis jobs by application, status, or ownership, returning a DataFrame, list, or raw objects for monitoring and analysis.

Instructions

List jobs with optional filtering.

Fetches jobs from Tapis ordered by creation date (newest first). Filters are applied client-side.

Args: app_id (str, optional): Filter by application ID. status (str, optional): Filter by job status (e.g., "FINISHED"). Case-insensitive. limit (int, optional): Maximum jobs to fetch. Defaults to 100. output (str, optional): Output format. "df" for pandas DataFrame (default), "list" for list of dicts, "raw" for TapisResult objects. verbose (bool, optional): Print job count. Defaults to False. list_type (str, optional): "MY_JOBS" (default) for jobs you own, "SHARED_JOBS" for jobs shared with you, "ALL_JOBS" for both.

Returns: Depends on output: DataFrame, list of dicts, or list of TapisResult objects.

Raises: JobMonitorError: If the Tapis API call fails.

Example: >>> df = ds.jobs.list(app_id="matlab-r2023a", status="FINISHED") >>> jobs = ds.jobs.list(output="list") >>> raw = ds.jobs.list(limit=10, output="raw")

[schema introspected from dapi 0.6.1 (jobs.list); this tool is generated, not maintained by hand]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
app_idNo
outputNodf
statusNo
verboseNo
list_typeNoMY_JOBS
Behavior5/5

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

With no annotations provided, the description carries full burden. It discloses ordering (newest first), client-side filtering, defaults (limit 100), output formats, verbose flag, list_type semantics, and raises JobMonitorError on API failure. This is extensive and valuable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a brief summary, detailed Args section, Returns/Raises, and an example. It is slightly verbose but every section earns its place, and the front-loaded summary helps.

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 tool has 6 parameters, no output schema, and no annotations, the description is exceptionally complete. It covers parameter semantics, return types based on output, error behavior, and gives usable examples. No significant gaps remain.

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

Parameters5/5

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

The schema has 0% description coverage, so the description must compensate. It explains every parameter in detail: app_id, status, limit, output, verbose, and list_type with defaults and behavior. This fully compensates for the schema gap.

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 it lists jobs with optional filtering, and mentions fetch order. However, it does not explicitly distinguish itself from sibling tools like job_status or get_results, so it lacks sibling differentiation.

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

Usage Guidelines3/5

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

Usage is implied from the title and description (listing jobs), and the parameter details give hints. But there is no explicit when-to-use or when-not-to-use guidance compared to alternatives, and no mention of when to prefer this over other job-related tools.

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/kks32/designsafe-mcp'

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