Skip to main content
Glama

get_task_security

Retrieve a task's security policy covering trust, action, resources, denials, and approvals. Unconfigured tasks default to untrusted content and no granted access.

Instructions

Read-only. Returns the portable trust, action, resource, denial, approval, and approver policy for one task. Unconfigured tasks default to untrusted content and no granted access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYes
projectIdYes
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It clearly states Read-only and explains the unconfigured default, but it does not describe the exact output shape, how defaults appear in results, or any access or auth prerequisites.

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 only two sentences and contains no filler. Read-only is front-loaded, and the returned policy dimensions plus the key default behavior are stated efficiently.

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?

For a simple two-parameter read-only getter with no output schema, the description covers what is returned, the main safety trait, and an important edge case. It is only slightly incomplete because it does not describe return formatting or parameter semantics explicitly.

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

Parameters2/5

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

The input schema has 0% description coverage and the description does not explain the meaning or constraints of projectId and taskId. Their names are somewhat self-evident, but the description adds nothing about scoping, formats, or relationship to the security policy.

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 states a specific operation and resource: it returns the security policy for one task. The Read-only qualifier and the enumerated policy dimensions make it easy to distinguish from siblings like set_task_security and check_task_access.

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

Usage Guidelines2/5

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

The description does not say when to use this tool versus alternatives such as set_task_security, check_task_access, or get_task. The default-behavior note is useful but does not help an agent choose between related security 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/renezander030/agentic-task-system'

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